Home
last modified time | relevance | path

Searched refs:VideoStreamFactory (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/video/end_to_end_tests/
Dssrc_tests.cc178 class VideoStreamFactory in TestSendsSetSsrcs() class in webrtc::SsrcEndToEndTest::TestSendsSetSsrcs::SendsSetSsrcs
181 VideoStreamFactory() {} in TestSendsSetSsrcs() function in webrtc::SsrcEndToEndTest::TestSendsSetSsrcs::SendsSetSsrcs::VideoStreamFactory
205 new rtc::RefCountedObject<VideoStreamFactory>(); in TestSendsSetSsrcs()
Drtp_rtcp_tests.cc134 class VideoStreamFactory in TestRtpStatePreservation() class
137 VideoStreamFactory() {} in TestRtpStatePreservation() function in webrtc::RtpRtcpEndToEndTest::TestRtpStatePreservation::VideoStreamFactory
319 new rtc::RefCountedObject<VideoStreamFactory>(); in TestRtpStatePreservation()
/external/webrtc/call/
Drampup_tests.cc136 class RampUpTester::VideoStreamFactory class in webrtc::RampUpTester
139 VideoStreamFactory() {} in VideoStreamFactory() function in webrtc::RampUpTester::VideoStreamFactory
163 new rtc::RefCountedObject<RampUpTester::VideoStreamFactory>(); in ModifyVideoConfigs()
Drampup_tests.h87 class VideoStreamFactory; variable
Dcall_perf_tests.cc733 class VideoStreamFactory in TEST_F() class
736 VideoStreamFactory() {} in TEST_F() function in webrtc::TEST_F::VideoStreamFactory
812 new rtc::RefCountedObject<VideoStreamFactory>(); in TEST_F()
/external/webrtc/video/
Dvideo_quality_test.cc102 class VideoStreamFactory class
105 explicit VideoStreamFactory(const std::vector<VideoStream>& streams) in VideoStreamFactory() function in webrtc::__anonfccf62660111::VideoStreamFactory
987 new rtc::RefCountedObject<VideoStreamFactory>(streams); in SetupThumbnails()
Dvideo_stream_encoder_unittest.cc438 class VideoStreamFactory class
441 explicit VideoStreamFactory(size_t num_temporal_layers, int framerate) in VideoStreamFactory() function in webrtc::__anon12f4eee80111::VideoStreamFactory
661 new rtc::RefCountedObject<VideoStreamFactory>(1, max_framerate_); in SetUp()
702 new rtc::RefCountedObject<VideoStreamFactory>(num_temporal_layers, in ResetEncoder()
3906 new rtc::RefCountedObject<VideoStreamFactory>(1, kFramerate); in TEST_F()
3961 new rtc::RefCountedObject<VideoStreamFactory>(1, kLowFramerate); in TEST_F()
3984 new rtc::RefCountedObject<VideoStreamFactory>(1, kHighFramerate); in TEST_F()
4027 new rtc::RefCountedObject<VideoStreamFactory>(1, kFramerate); in TEST_F()
Dvideo_send_stream_tests.cc2866 class VideoStreamFactory in TEST_F() class
2869 VideoStreamFactory() {} in TEST_F() function in webrtc::TEST_F::VideoStreamFactory
2913 new rtc::RefCountedObject<VideoStreamFactory>(); in TEST_F()