/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 633 void ShallowCopy(Display&) const; 664 void ShallowCopy(Atom&) const; 695 void ShallowCopy(Edition&) const; 753 void ShallowCopy(SimpleTag&) const; 774 void ShallowCopy(Tag&) const;
|
D | mkvparser.cc | 3299 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/ |
D | mkvparser.h | 633 void ShallowCopy(Display&) const; 664 void ShallowCopy(Atom&) const; 695 void ShallowCopy(Edition&) const; 753 void ShallowCopy(SimpleTag&) const; 774 void ShallowCopy(Tag&) const;
|
D | mkvparser.cc | 3299 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/libwebm/mkvparser/ |
D | mkvparser.h | 633 void ShallowCopy(Display&) const; 664 void ShallowCopy(Atom&) const; 695 void ShallowCopy(Edition&) const; 753 void ShallowCopy(SimpleTag&) const; 774 void ShallowCopy(Tag&) const;
|
D | mkvparser.cc | 3299 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/ |
D | mkvparser.h | 633 void ShallowCopy(Display&) const; 664 void ShallowCopy(Atom&) const; 695 void ShallowCopy(Edition&) const; 753 void ShallowCopy(SimpleTag&) const; 774 void ShallowCopy(Tag&) const;
|
D | mkvparser.cc | 3299 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/mkvmuxer/ |
D | mkvmuxer.h | 1008 void ShallowCopy(Chapter* dst) const; 1133 void ShallowCopy(Tag* dst) const;
|
D | mkvmuxer.cc | 1943 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/ |
D | mkvmuxer.h | 1008 void ShallowCopy(Chapter* dst) const; 1133 void ShallowCopy(Tag* dst) const;
|
D | mkvmuxer.cc | 1943 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/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 1008 void ShallowCopy(Chapter* dst) const; 1133 void ShallowCopy(Tag* dst) const;
|
D | mkvmuxer.cc | 1943 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/webrtc/common_video/ |
D | video_frame_unittest.cc | 290 TEST(TestVideoFrame, ShallowCopy) { in TEST() argument
|