Searched refs:ShallowCopy (Results 1 - 12 of 12) sorted by relevance

/external/webrtc/webrtc/video/
H A Dvideo_capture_input.cc108 captured_frame_.ShallowCopy(incoming_frame);
/external/webrtc/webrtc/
H A Dvideo_frame.h83 void ShallowCopy(const VideoFrame& videoFrame);
/external/webrtc/webrtc/common_video/
H A Dvideo_frame.cc158 void VideoFrame::ShallowCopy(const VideoFrame& videoFrame) { function in class:webrtc::VideoFrame
220 frame.ShallowCopy(*this);
H A Di420_video_frame_unittest.cc117 TEST(TestVideoFrame, ShallowCopy) {
144 frame2.ShallowCopy(frame1);
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.hpp513 void ShallowCopy(Display&) const;
544 void ShallowCopy(Atom&) const;
575 void ShallowCopy(Edition&) const;
633 void ShallowCopy(SimpleTag&) const;
654 void ShallowCopy(Tag&) const;
H A Dmkvmuxer.hpp658 void ShallowCopy(Chapter* dst) const;
783 void ShallowCopy(Tag* dst) const;
H A Dmkvparser.cpp3303 m_editions[idx].ShallowCopy(editions[idx]);
3345 void Chapters::Edition::ShallowCopy(Edition& rhs) const { function in class:Chapters::Edition
3418 m_atoms[idx].ShallowCopy(atoms[idx]);
3471 void Chapters::Atom::ShallowCopy(Atom& rhs) const { function in class:Chapters::Atom
3606 m_displays[idx].ShallowCopy(displays[idx]);
3632 void Chapters::Display::ShallowCopy(Display& rhs) const { function in class:Chapters::Display
3769 m_tags[idx].ShallowCopy(tags[idx]);
3811 void Tags::Tag::ShallowCopy(Tag& rhs) const { function in class:Tags::Tag
3883 m_simple_tags[idx].ShallowCopy(displays[idx]);
3906 void Tags::SimpleTag::ShallowCopy(SimpleTa function in class:Tags::SimpleTag
[all...]
H A Dmkvmuxer.cpp1249 void Chapter::ShallowCopy(Chapter* dst) const { function in class:mkvmuxer::Chapter
1472 src.ShallowCopy(dst);
1544 void Tag::ShallowCopy(Tag* dst) const { function in class:mkvmuxer::Tag
1738 src.ShallowCopy(dst);
/external/opencv3/modules/viz/src/vtk/
H A DvtkImageMatSource.cpp75 output->ShallowCopy(this->ImageData);
/external/libvpx/libwebm/mkvparser/
H A 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;
H A Dmkvparser.cc3302 m_editions[idx].ShallowCopy(editions[idx]);
3344 void Chapters::Edition::ShallowCopy(Edition& rhs) const { function in class:Chapters::Edition
3417 m_atoms[idx].ShallowCopy(atoms[idx]);
3470 void Chapters::Atom::ShallowCopy(Atom& rhs) const { function in class:Chapters::Atom
3605 m_displays[idx].ShallowCopy(displays[idx]);
3631 void Chapters::Display::ShallowCopy(Display& rhs) const { function in class:Chapters::Display
3768 m_tags[idx].ShallowCopy(tags[idx]);
3810 void Tags::Tag::ShallowCopy(Tag& rhs) const { function in class:Tags::Tag
3882 m_simple_tags[idx].ShallowCopy(displays[idx]);
3905 void Tags::SimpleTag::ShallowCopy(SimpleTa function in class:Tags::SimpleTag
[all...]
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtccall.cc167 last_frame_.ShallowCopy(frame);

Completed in 1237 milliseconds