Home
last modified time | relevance | path

Searched refs:FrameGeneratorCapturerVideoTrackSource (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/pc/test/
Dframe_generator_capturer_video_track_source.h29 class FrameGeneratorCapturerVideoTrackSource : public VideoTrackSource {
43 FrameGeneratorCapturerVideoTrackSource(Config config, in FrameGeneratorCapturerVideoTrackSource() function
58 FrameGeneratorCapturerVideoTrackSource( in FrameGeneratorCapturerVideoTrackSource() function
65 ~FrameGeneratorCapturerVideoTrackSource() = default;
/external/webrtc/pc/
Dpeer_connection_rampup_tests.cc123 FrameGeneratorCapturerVideoTrackSource::Config config, in CreateLocalVideoTrack()
126 rtc::make_ref_counted<FrameGeneratorCapturerVideoTrackSource>( in CreateLocalVideoTrack()
143 std::vector<rtc::scoped_refptr<FrameGeneratorCapturerVideoTrackSource>>
214 FrameGeneratorCapturerVideoTrackSource::Config config; in SetupOneWayCall()
Dpeer_connection_field_trial_tests.cc236 FrameGeneratorCapturerVideoTrackSource::Config config; in TEST_F()
238 rtc::make_ref_counted<FrameGeneratorCapturerVideoTrackSource>( in TEST_F()
/external/webrtc/test/peer_scenario/
Dpeer_scenario_client.h109 rtc::scoped_refptr<FrameGeneratorCapturerVideoTrackSource> source;
Dpeer_scenario_client.cc324 res.source = rtc::make_ref_counted<FrameGeneratorCapturerVideoTrackSource>( in CreateVideo()