Home
last modified time | relevance | path

Searched refs:IncomingCapturedFrame (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc517 void IncomingCapturedFrame(const VideoFrame& video_frame) override { in IncomingCapturedFrame() function in webrtc::__anon12f4eee80111::AdaptingFrameForwarder
543 test::FrameForwarder::IncomingCapturedFrame(adapted_frame); in IncomingCapturedFrame()
551 test::FrameForwarder::IncomingCapturedFrame(video_frame); in IncomingCapturedFrame()
795 video_source_.IncomingCapturedFrame( in VerifyAllocatedBitrate()
1329 video_source_.IncomingCapturedFrame(CreateFrame(1, &frame_destroyed_event)); in TEST_F()
1341 video_source_.IncomingCapturedFrame(CreateFrame(1, &frame_destroyed_event)); in TEST_F()
1342 video_source_.IncomingCapturedFrame(CreateFrame(2, nullptr)); in TEST_F()
1352 video_source_.IncomingCapturedFrame(CreateFrame(3, nullptr)); in TEST_F()
1363 video_source_.IncomingCapturedFrame(CreateFrame(1, nullptr)); in TEST_F()
1372 video_source_.IncomingCapturedFrame(CreateFrame(2, nullptr)); in TEST_F()
[all …]
Dvideo_send_stream_tests.cc2383 forwarder.IncomingCapturedFrame(CreateVideoFrame(640, 480, 4)); in TEST_F()
2434 forwarder.IncomingCapturedFrame(CreateVideoFrame(640, 480, 4)); in TEST_F()
/external/webrtc/video/end_to_end_tests/
Dcall_operation_tests.cc143 frame_forwarder.IncomingCapturedFrame(frame); in TEST_F()
213 frame_forwarder.IncomingCapturedFrame(frame); in TEST_F()
/external/webrtc/media/engine/
Dwebrtc_video_engine_unittest.cc516 frame_forwarder.IncomingCapturedFrame(frame_source.GetFrame()); in TEST_F()
607 frame_forwarder.IncomingCapturedFrame(frame_source.GetFrame()); in TEST_F()
610 frame_forwarder.IncomingCapturedFrame(frame_source.GetFrame()); in TEST_F()
621 frame_forwarder.IncomingCapturedFrame( in TEST_F()
626 frame_forwarder.IncomingCapturedFrame(frame_source.GetFrame( in TEST_F()
765 frame_forwarder.IncomingCapturedFrame(frame_source.GetFrame()); in TEST_F()
807 frame_forwarder.IncomingCapturedFrame(frame_source.GetFrame()); in TEST_F()
816 frame_forwarder.IncomingCapturedFrame(frame_source.GetFrame()); in TEST_F()
845 frame_forwarder.IncomingCapturedFrame(frame_source.GetFrame()); in TEST_F()
877 frame_forwarder.IncomingCapturedFrame(frame_source.GetFrame()); in TEST_F()
[all …]
/external/webrtc/test/
Dframe_forwarder.h29 virtual void IncomingCapturedFrame(const VideoFrame& video_frame)
Dframe_forwarder.cc20 void FrameForwarder::IncomingCapturedFrame(const VideoFrame& video_frame) { in IncomingCapturedFrame() function in webrtc::test::FrameForwarder