Searched refs:CopyFrame (Results 1 – 12 of 12) sorted by relevance
99 return start_image_.CopyFrame(video_frame); in SetStartImage()106 return timeout_image_.CopyFrame(video_frame); in SetTimeoutImage()237 temp_frame_.CopyFrame(start_image_); in DeliverFrame()243 temp_frame_.CopyFrame(timeout_image_); in DeliverFrame()
38 frame2.CopyFrame(frame); in TEST()71 TEST(TestVideoFrame, CopyFrame) { in TEST() argument103 EXPECT_EQ(0, small_frame.CopyFrame(big_frame)); in TEST()113 EXPECT_EQ(0, big_frame.CopyFrame(small_frame)); in TEST()
139 int VideoFrame::CopyFrame(const VideoFrame& videoFrame) { in CopyFrame() function in webrtc::VideoFrame
206 void CopyFrame() { in CopyFrame() function in __anond5e7651f0111::CopyFrameTest222 CopyFrame(); in RunTest()232 TEST_P(CopyFrameTest, CopyFrame) { ASSERT_NO_FATAL_FAILURE(RunTest()); } in TEST_P() argument
145 ASSERT_EQ(0, video_frame2.CopyFrame(video_frame_));160 video_frame2.CopyFrame(video_frame_);246 cropped_source_frame.CopyFrame(video_frame_);365 resampled_source_frame.CopyFrame(*out_frame);
27 current_frame_->CopyFrame(video_frame);
79 int CopyFrame(const VideoFrame& videoFrame);
102 decoded_frame_->CopyFrame(image); in Decoded()
92 temp_frame_copy_.CopyFrame(last_read_frame_); in NextFrame()
375 copied_frame.CopyFrame(*frame_to_send); in DeliverFrame()
347 reference_copy.CopyFrame(reference); in AddFrameComparison()348 render_copy.CopyFrame(render); in AddFrameComparison()
141 last_frame_.CopyFrame(videoFrame); in OnIncomingCapturedFrame()