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

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

Completed in 477 milliseconds