Home
last modified time | relevance | path

Searched refs:kNumFlows (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test.cc557 const size_t kNumFlows = 2; in RunBidirectionalFlow() local
558 rtc::scoped_ptr<AdaptiveVideoSource> sources[kNumFlows]; in RunBidirectionalFlow()
559 rtc::scoped_ptr<VideoSender> senders[kNumFlows]; in RunBidirectionalFlow()
560 rtc::scoped_ptr<MetricRecorder> metric_recorders[kNumFlows]; in RunBidirectionalFlow()
561 rtc::scoped_ptr<PacketReceiver> receivers[kNumFlows]; in RunBidirectionalFlow()
620 for (size_t i = 0; i < kNumFlows; ++i) { in RunBidirectionalFlow()
622 title, bwe_names[bwe_type], kNumFlows, 0); in RunBidirectionalFlow()
624 kNumFlows, kOneWayDelayMs); in RunBidirectionalFlow()
626 title, bwe_names[bwe_type], kNumFlows, in RunBidirectionalFlow()
666 const size_t kNumFlows = arraysize(kAllFlowIds); in RunRoundTripTimeFairness() local
[all …]
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dbwe_simulations.cc78 const size_t kNumFlows = sizeof(kFlowIds) / sizeof(kFlowIds[0]); in TEST_P() local
90 DelayFilter delay(&downlink_, CreateFlowIds(kFlowIds, kNumFlows)); in TEST_P()
246 const size_t kNumFlows = sizeof(kAllFlowIds) / sizeof(kAllFlowIds[0]); in TEST_P() local
247 rtc::scoped_ptr<VideoSource> sources[kNumFlows]; in TEST_P()
248 rtc::scoped_ptr<VideoSender> senders[kNumFlows]; in TEST_P()
249 for (size_t i = 0; i < kNumFlows; ++i) { in TEST_P()
257 ChokeFilter choke(&uplink_, CreateFlowIds(kAllFlowIds, kNumFlows)); in TEST_P()
260 rtc::scoped_ptr<RateCounterFilter> rate_counters[kNumFlows]; in TEST_P()
261 for (size_t i = 0; i < kNumFlows; ++i) { in TEST_P()
268 &uplink_, CreateFlowIds(kAllFlowIds, kNumFlows), "total_utilization", in TEST_P()
[all …]