Home
last modified time | relevance | path

Searched refs:ShallowCopy (Results 1 – 15 of 15) sorted by relevance

/external/libvpx/libwebm/mkvparser/
Dmkvparser.h633 void ShallowCopy(Display&) const;
664 void ShallowCopy(Atom&) const;
695 void ShallowCopy(Edition&) const;
753 void ShallowCopy(SimpleTag&) const;
774 void ShallowCopy(Tag&) const;
Dmkvparser.cc3299 m_editions[idx].ShallowCopy(editions[idx]); in ExpandEditionsArray()
3341 void Chapters::Edition::ShallowCopy(Edition& rhs) const { in ShallowCopy() function in mkvparser::Chapters::Edition
3414 m_atoms[idx].ShallowCopy(atoms[idx]); in ExpandAtomsArray()
3467 void Chapters::Atom::ShallowCopy(Atom& rhs) const { in ShallowCopy() function in mkvparser::Chapters::Atom
3602 m_displays[idx].ShallowCopy(displays[idx]); in ExpandDisplaysArray()
3628 void Chapters::Display::ShallowCopy(Display& rhs) const { in ShallowCopy() function in mkvparser::Chapters::Display
3765 m_tags[idx].ShallowCopy(tags[idx]); in ExpandTagsArray()
3807 void Tags::Tag::ShallowCopy(Tag& rhs) const { in ShallowCopy() function in mkvparser::Tags::Tag
3879 m_simple_tags[idx].ShallowCopy(displays[idx]); in ExpandSimpleTagsArray()
3902 void Tags::SimpleTag::ShallowCopy(SimpleTag& rhs) const { in ShallowCopy() function in mkvparser::Tags::SimpleTag
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.h633 void ShallowCopy(Display&) const;
664 void ShallowCopy(Atom&) const;
695 void ShallowCopy(Edition&) const;
753 void ShallowCopy(SimpleTag&) const;
774 void ShallowCopy(Tag&) const;
Dmkvparser.cc3299 m_editions[idx].ShallowCopy(editions[idx]); in ExpandEditionsArray()
3341 void Chapters::Edition::ShallowCopy(Edition& rhs) const { in ShallowCopy() function in mkvparser::Chapters::Edition
3414 m_atoms[idx].ShallowCopy(atoms[idx]); in ExpandAtomsArray()
3467 void Chapters::Atom::ShallowCopy(Atom& rhs) const { in ShallowCopy() function in mkvparser::Chapters::Atom
3602 m_displays[idx].ShallowCopy(displays[idx]); in ExpandDisplaysArray()
3628 void Chapters::Display::ShallowCopy(Display& rhs) const { in ShallowCopy() function in mkvparser::Chapters::Display
3765 m_tags[idx].ShallowCopy(tags[idx]); in ExpandTagsArray()
3807 void Tags::Tag::ShallowCopy(Tag& rhs) const { in ShallowCopy() function in mkvparser::Tags::Tag
3879 m_simple_tags[idx].ShallowCopy(displays[idx]); in ExpandSimpleTagsArray()
3902 void Tags::SimpleTag::ShallowCopy(SimpleTag& rhs) const { in ShallowCopy() function in mkvparser::Tags::SimpleTag
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.h633 void ShallowCopy(Display&) const;
664 void ShallowCopy(Atom&) const;
695 void ShallowCopy(Edition&) const;
753 void ShallowCopy(SimpleTag&) const;
774 void ShallowCopy(Tag&) const;
Dmkvparser.cc3299 m_editions[idx].ShallowCopy(editions[idx]); in ExpandEditionsArray()
3341 void Chapters::Edition::ShallowCopy(Edition& rhs) const { in ShallowCopy() function in mkvparser::Chapters::Edition
3414 m_atoms[idx].ShallowCopy(atoms[idx]); in ExpandAtomsArray()
3467 void Chapters::Atom::ShallowCopy(Atom& rhs) const { in ShallowCopy() function in mkvparser::Chapters::Atom
3602 m_displays[idx].ShallowCopy(displays[idx]); in ExpandDisplaysArray()
3628 void Chapters::Display::ShallowCopy(Display& rhs) const { in ShallowCopy() function in mkvparser::Chapters::Display
3765 m_tags[idx].ShallowCopy(tags[idx]); in ExpandTagsArray()
3807 void Tags::Tag::ShallowCopy(Tag& rhs) const { in ShallowCopy() function in mkvparser::Tags::Tag
3879 m_simple_tags[idx].ShallowCopy(displays[idx]); in ExpandSimpleTagsArray()
3902 void Tags::SimpleTag::ShallowCopy(SimpleTag& rhs) const { in ShallowCopy() function in mkvparser::Tags::SimpleTag
/external/webrtc/webrtc/common_video/
Dvideo_frame.cc158 void VideoFrame::ShallowCopy(const VideoFrame& videoFrame) { in ShallowCopy() function in webrtc::VideoFrame
220 frame.ShallowCopy(*this); in ConvertNativeToI420Frame()
Di420_video_frame_unittest.cc117 TEST(TestVideoFrame, ShallowCopy) { in TEST() argument
144 frame2.ShallowCopy(frame1); in TEST()
/external/webrtc/webrtc/
Dvideo_frame.h83 void ShallowCopy(const VideoFrame& videoFrame);
/external/webrtc/webrtc/video/
Dvideo_capture_input.cc108 captured_frame_.ShallowCopy(incoming_frame); in IncomingCapturedFrame()
/external/webrtc/talk/media/webrtc/
Dfakewebrtccall.cc167 last_frame_.ShallowCopy(frame); in IncomingCapturedFrame()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h1008 void ShallowCopy(Chapter* dst) const;
1133 void ShallowCopy(Tag* dst) const;
Dmkvmuxer.cc1943 void Chapter::ShallowCopy(Chapter* dst) const { in ShallowCopy() function in mkvmuxer::Chapter
2175 src.ShallowCopy(dst); in ExpandChaptersArray()
2248 void Tag::ShallowCopy(Tag* dst) const { in ShallowCopy() function in mkvmuxer::Tag
2443 src.ShallowCopy(dst); in ExpandTagsArray()
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h1008 void ShallowCopy(Chapter* dst) const;
1133 void ShallowCopy(Tag* dst) const;
Dmkvmuxer.cc1943 void Chapter::ShallowCopy(Chapter* dst) const { in ShallowCopy() function in mkvmuxer::Chapter
2175 src.ShallowCopy(dst); in ExpandChaptersArray()
2248 void Tag::ShallowCopy(Tag* dst) const { in ShallowCopy() function in mkvmuxer::Tag
2443 src.ShallowCopy(dst); in ExpandTagsArray()