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

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

Completed in 215 milliseconds