Home
last modified time | relevance | path

Searched refs:CopyFrame (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/webrtc/common_video/
Dincoming_video_stream.cc99 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()
Di420_video_frame_unittest.cc38 frame2.CopyFrame(frame); in TEST()
71 TEST(TestVideoFrame, CopyFrame) { in TEST() argument
103 EXPECT_EQ(0, small_frame.CopyFrame(big_frame)); in TEST()
113 EXPECT_EQ(0, big_frame.CopyFrame(small_frame)); in TEST()
Dvideo_frame.cc139 int VideoFrame::CopyFrame(const VideoFrame& videoFrame) { in CopyFrame() function in webrtc::VideoFrame
/external/libvpx/libvpx/test/
Dvpx_scale_test.cc206 void CopyFrame() { in CopyFrame() function in __anond5e7651f0111::CopyFrameTest
222 CopyFrame(); in RunTest()
232 TEST_P(CopyFrameTest, CopyFrame) { ASSERT_NO_FATAL_FAILURE(RunTest()); } in TEST_P() argument
/external/webrtc/webrtc/modules/video_processing/test/
Dvideo_processing_unittest.cc145 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);
/external/webrtc/webrtc/modules/video_render/ios/
Dvideo_render_ios_channel.mm27 current_frame_->CopyFrame(video_frame);
/external/webrtc/webrtc/
Dvideo_frame.h79 int CopyFrame(const VideoFrame& videoFrame);
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/
Dvp8_impl_unittest.cc102 decoded_frame_->CopyFrame(image); in Decoded()
/external/webrtc/webrtc/test/
Dframe_generator.cc92 temp_frame_copy_.CopyFrame(last_read_frame_); in NextFrame()
/external/webrtc/webrtc/video/
Dvie_encoder.cc375 copied_frame.CopyFrame(*frame_to_send); in DeliverFrame()
Dvideo_quality_test.cc347 reference_copy.CopyFrame(reference); in AddFrameComparison()
348 render_copy.CopyFrame(render); in AddFrameComparison()
/external/webrtc/webrtc/modules/video_capture/test/
Dvideo_capture_unittest.cc141 last_frame_.CopyFrame(videoFrame); in OnIncomingCapturedFrame()