Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dbwe_simulations.cc52 AdaptiveVideoSource source(0, 30, 300, 0, 0); in TEST_P()
64 AdaptiveVideoSource source(0, 30, 300, 0, 0); in TEST_P()
80 AdaptiveVideoSource source(kFlowIds[0], 30, 300, 0, 0); in TEST_P()
87 AdaptiveVideoSource source2(kFlowIds[1], 30, 300, 0, 0); in TEST_P()
108 AdaptiveVideoSource source(0, 30, 300, 0, 0); in TEST_P()
124 AdaptiveVideoSource source(0, 30, 300, 0, 0); in TEST_P()
150 AdaptiveVideoSource source(0, 30, 300, 0, 0); in TEST_P()
165 AdaptiveVideoSource source(0, 30, 300, 0, 0); in TEST_P()
180 AdaptiveVideoSource source(0, 30, 300, 0, 0); in TEST_P()
252 sources[i].reset(new AdaptiveVideoSource(kAllFlowIds[i], 30, 300, 0, in TEST_P()
Dremote_bitrate_estimators_test.cc272 AdaptiveVideoSource source(0, 30, 300, 0, 0); in TEST_P()
286 AdaptiveVideoSource source(0, 30, 300, 0, 0); in TEST_P()
306 AdaptiveVideoSource source(0, 30, 300, 0, 0); in TEST_P()
327 AdaptiveVideoSource source(0, 30, 300, 0, 0); in TEST_P()
342 AdaptiveVideoSource source(0, 30, 300, 0, 0); in TEST_P()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test.cc291 sources.push_back(new AdaptiveVideoSource(media_flow, 30, 300, 0, in RunFairnessTest()
406 AdaptiveVideoSource source(flow_id, 30, 300, 0, 0); in RunChoke()
440 AdaptiveVideoSource source(kFlowId, 30, 300, 0, 0); in RunVariableCapacity1SingleFlow()
489 sources.push_back(new AdaptiveVideoSource(static_cast<int>(i), 30, 300, 0, in RunVariableCapacity2MultipleFlows()
558 rtc::scoped_ptr<AdaptiveVideoSource> sources[kNumFlows]; in RunBidirectionalFlow()
563 sources[kForward].reset(new AdaptiveVideoSource(kForward, 30, 300, 0, 0)); in RunBidirectionalFlow()
567 sources[kBackward].reset(new AdaptiveVideoSource(kBackward, 30, 300, 0, 0)); in RunBidirectionalFlow()
667 rtc::scoped_ptr<AdaptiveVideoSource> sources[kNumFlows]; in RunRoundTripTimeFairness()
675 sources[i].reset(new AdaptiveVideoSource(kAllFlowIds[i], 30, 300, 0, in RunRoundTripTimeFairness()
783 rtc::scoped_ptr<AdaptiveVideoSource> sources[kNumRmcatFlows]; in RunMultipleShortTcpFairness()
[all …]
Dbwe_test_framework.h430 class AdaptiveVideoSource : public VideoSource {
432 AdaptiveVideoSource(int flow_id,
437 virtual ~AdaptiveVideoSource() {} in ~AdaptiveVideoSource()
442 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(AdaptiveVideoSource);
445 class PeriodicKeyFrameSource : public AdaptiveVideoSource {
Dbwe_test_framework.cc754 AdaptiveVideoSource::AdaptiveVideoSource(int flow_id, in AdaptiveVideoSource() function in webrtc::testing::bwe::AdaptiveVideoSource
762 void AdaptiveVideoSource::SetBitrateBps(int bitrate_bps) { in SetBitrateBps()
773 : AdaptiveVideoSource(flow_id, fps, kbps, ssrc, first_frame_offset_ms), in PeriodicKeyFrameSource()
Dbwe_test_framework_unittest.cc975 AdaptiveVideoSource source(0, 25.0f, 820, 0x1234, 0); in TEST()
1000 AdaptiveVideoSource source(0, 25.0f, 820, 0x1234, 0); in TEST()