Searched refs:CloneFrame (Results 1 – 11 of 11) sorted by relevance
62 TEST(TestTextureVideoFrame, CloneFrame) { in TEST() argument65 scoped_ptr<I420VideoFrame> frame2(frame1.CloneFrame()); in TEST()
60 I420VideoFrame* TextureVideoFrame::CloneFrame() const { in CloneFrame() function in webrtc::TextureVideoFrame
125 TEST(TestI420VideoFrame, CloneFrame) { in TEST() argument143 frame2.reset(frame1.CloneFrame()); in TEST()
83 I420VideoFrame* I420VideoFrame::CloneFrame() const { in CloneFrame() function in webrtc::I420VideoFrame
101 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()
350 captured_frame_.reset(video_frame.CloneFrame()); in OnIncomingCapturedFrame()
52 virtual I420VideoFrame* CloneFrame() const OVERRIDE;
41 _incomingFrames.push_back(newFrame.CloneFrame()); in AddFrame()
83 virtual I420VideoFrame* CloneFrame() const;
58 incoming_frames_.push_back(new_frame->CloneFrame()); in AddFrame()
1102 output_frames_.push_back(video_frame->CloneFrame()); in TEST_F()1153 scoped_ptr<I420VideoFrame> frame(input_frames[i]->CloneFrame()); in TEST_F()