Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.h631 void ShallowCopy(Display&) const;
662 void ShallowCopy(Atom&) const;
693 void ShallowCopy(Edition&) const;
751 void ShallowCopy(SimpleTag&) const;
772 void ShallowCopy(Tag&) const;
Dmkvparser.cc3294 m_editions[idx].ShallowCopy(editions[idx]); in ExpandEditionsArray()
3336 void Chapters::Edition::ShallowCopy(Edition& rhs) const { in ShallowCopy() function in mkvparser::Chapters::Edition
3409 m_atoms[idx].ShallowCopy(atoms[idx]); in ExpandAtomsArray()
3462 void Chapters::Atom::ShallowCopy(Atom& rhs) const { in ShallowCopy() function in mkvparser::Chapters::Atom
3597 m_displays[idx].ShallowCopy(displays[idx]); in ExpandDisplaysArray()
3623 void Chapters::Display::ShallowCopy(Display& rhs) const { in ShallowCopy() function in mkvparser::Chapters::Display
3760 m_tags[idx].ShallowCopy(tags[idx]); in ExpandTagsArray()
3802 void Tags::Tag::ShallowCopy(Tag& rhs) const { in ShallowCopy() function in mkvparser::Tags::Tag
3874 m_simple_tags[idx].ShallowCopy(displays[idx]); in ExpandSimpleTagsArray()
3897 void Tags::SimpleTag::ShallowCopy(SimpleTag& rhs) const { in ShallowCopy() function in mkvparser::Tags::SimpleTag
/external/libvpx/libwebm/mkvparser/
Dmkvparser.h600 void ShallowCopy(Display&) const;
631 void ShallowCopy(Atom&) const;
662 void ShallowCopy(Edition&) const;
720 void ShallowCopy(SimpleTag&) const;
741 void ShallowCopy(Tag&) const;
Dmkvparser.cc3302 m_editions[idx].ShallowCopy(editions[idx]); in ExpandEditionsArray()
3344 void Chapters::Edition::ShallowCopy(Edition& rhs) const { in ShallowCopy() function in mkvparser::Chapters::Edition
3417 m_atoms[idx].ShallowCopy(atoms[idx]); in ExpandAtomsArray()
3470 void Chapters::Atom::ShallowCopy(Atom& rhs) const { in ShallowCopy() function in mkvparser::Chapters::Atom
3605 m_displays[idx].ShallowCopy(displays[idx]); in ExpandDisplaysArray()
3631 void Chapters::Display::ShallowCopy(Display& rhs) const { in ShallowCopy() function in mkvparser::Chapters::Display
3768 m_tags[idx].ShallowCopy(tags[idx]); in ExpandTagsArray()
3810 void Tags::Tag::ShallowCopy(Tag& rhs) const { in ShallowCopy() function in mkvparser::Tags::Tag
3882 m_simple_tags[idx].ShallowCopy(displays[idx]); in ExpandSimpleTagsArray()
3905 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.h1005 void ShallowCopy(Chapter* dst) const;
1130 void ShallowCopy(Tag* dst) const;
Dmkvmuxer.cc1913 void Chapter::ShallowCopy(Chapter* dst) const { in ShallowCopy() function in mkvmuxer::Chapter
2145 src.ShallowCopy(dst); in ExpandChaptersArray()
2218 void Tag::ShallowCopy(Tag* dst) const { in ShallowCopy() function in mkvmuxer::Tag
2413 src.ShallowCopy(dst); in ExpandTagsArray()