Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/common_video/
Dtexture_video_frame_unittest.cc62 TEST(TestTextureVideoFrame, CloneFrame) { in TEST() argument
65 scoped_ptr<I420VideoFrame> frame2(frame1.CloneFrame()); in TEST()
Dtexture_video_frame.cc60 I420VideoFrame* TextureVideoFrame::CloneFrame() const { in CloneFrame() function in webrtc::TextureVideoFrame
Di420_video_frame_unittest.cc125 TEST(TestI420VideoFrame, CloneFrame) { in TEST() argument
143 frame2.reset(frame1.CloneFrame()); in TEST()
Di420_video_frame.cc83 I420VideoFrame* I420VideoFrame::CloneFrame() const { in CloneFrame() function in webrtc::I420VideoFrame
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_capturer_unittest.cc101 output_frames_.push_back(frame->CloneFrame()); in AddOutputFrame()
153 copied_input_frames.push_back(input_frames_[i]->CloneFrame()); in TEST_F()
176 scoped_ptr<I420VideoFrame> copied_input_frame(input_frames_[1]->CloneFrame()); in TEST_F()
185 scoped_ptr<I420VideoFrame> copied_input_frame(input_frames_[0]->CloneFrame()); in TEST_F()
Dvie_capturer.cc350 captured_frame_.reset(video_frame.CloneFrame()); in OnIncomingCapturedFrame()
/external/chromium_org/third_party/webrtc/common_video/interface/
Dtexture_video_frame.h52 virtual I420VideoFrame* CloneFrame() const OVERRIDE;
/external/chromium_org/third_party/webrtc/modules/utility/source/
Dvideo_frames_queue.cc41 _incomingFrames.push_back(newFrame.CloneFrame()); in AddFrame()
/external/chromium_org/third_party/webrtc/
Dvideo_frame.h83 virtual I420VideoFrame* CloneFrame() const;
/external/chromium_org/third_party/webrtc/modules/video_render/
Dvideo_render_frames.cc58 incoming_frames_.push_back(new_frame->CloneFrame()); in AddFrame()
/external/chromium_org/third_party/webrtc/video/
Dvideo_send_stream_tests.cc1102 output_frames_.push_back(video_frame->CloneFrame()); in TEST_F()
1153 scoped_ptr<I420VideoFrame> frame(input_frames[i]->CloneFrame()); in TEST_F()