Home
last modified time | relevance | path

Searched refs:RunFairnessTest (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimators_test.cc366 RunFairnessTest(GetParam(), kNumRmcatFlows, 0, 300, 3000, 50, kRttMs, in TEST_P()
380 RunFairnessTest(GetParam(), kNumRmcatFlows, 0, 300, 3000, 500, kRttMs, in TEST_P()
394 RunFairnessTest(GetParam(), kNumRmcatFlows, 0, 300, 3000, 1000, kRttMs, in TEST_P()
407 RunFairnessTest(GetParam(), 1, 1, 300, 2000, 50, kRttMs, kMaxJitterMs, in TEST_P()
420 RunFairnessTest(GetParam(), 1, 1, 300, 2000, 500, kRttMs, kMaxJitterMs, in TEST_P()
433 RunFairnessTest(GetParam(), 1, 1, 300, 2000, 1000, kRttMs, kMaxJitterMs, in TEST_P()
Dbwe_simulations.cc288 RunFairnessTest(GetParam(), kNumRmcatFlows, 0, 1000, 3000, 50, 50, 0, in TEST_P()
300 RunFairnessTest(GetParam(), kNumRmcatFlows, 0, 1000, 3000, 500, 50, 0, in TEST_P()
312 RunFairnessTest(GetParam(), 4, 0, 1000, 3000, 1000, 50, 0, offsets_ms); in TEST_P()
318 RunFairnessTest(GetParam(), 1, 1, 1000, 2000, 50, 50, 0, offset_ms); in TEST_P()
324 RunFairnessTest(GetParam(), 1, 1, 1000, 2000, 500, 50, 0, offset_ms); in TEST_P()
330 RunFairnessTest(GetParam(), 1, 1, 1000, 2000, 1000, 50, 0, offset_ms); in TEST_P()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test.h88 void RunFairnessTest(BandwidthEstimatorType bwe_type,
98 void RunFairnessTest(BandwidthEstimatorType bwe_type,
Dbwe_test.cc244 void BweTest::RunFairnessTest(BandwidthEstimatorType bwe_type, in RunFairnessTest() function in webrtc::testing::bwe::BweTest
253 RunFairnessTest(bwe_type, num_media_flows, num_tcp_flows, run_time_seconds, in RunFairnessTest()
258 void BweTest::RunFairnessTest(BandwidthEstimatorType bwe_type, in RunFairnessTest() function in webrtc::testing::bwe::BweTest
657 RunFairnessTest(bwe_type, kNumRmcatFlows, kNumTcpFlows, kRunTimeS, in RunSelfFairness()
763 RunFairnessTest(bwe_type, kNumRmcatFlows, kNumTcpFlows, kRunTimeS, in RunLongTcpFairness()