Searched refs:BweTest (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | bwe_simulations.cc | 26 class BweSimulation : public BweTest, 30 : BweTest(), random_(Clock::GetRealTimeClock()->TimeInMicroseconds()) {} in BweSimulation() 35 BweTest::SetUp(); in SetUp() 367 BweTest::GetFileSizesBytes(kNumTcpFiles), in TEST_P() 368 BweTest::GetStartingTimesMs(kNumTcpFiles)); in TEST_P() 380 BweTest gcc_test(false); in TEST_P() 387 BweTest gcc_test(false); in TEST_P() 393 BweTest gcc_test(false); in TEST_P() 399 BweTest gcc_test(false); in TEST_P() 405 BweTest gcc_test(false); in TEST_P() [all …]
|
D | remote_bitrate_estimators_test.cc | 32 class DefaultBweTest : public BweTest, 244 : public BweTest, 249 : BweTest(), random_(Clock::GetRealTimeClock()->TimeInMicroseconds()) {} in BweFeedbackTest() 252 : BweTest(),
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test.cc | 97 BweTest::BweTest() : BweTest(true) { in BweTest() function in webrtc::testing::bwe::BweTest 100 BweTest::BweTest(bool plot_capacity) in BweTest() function in webrtc::testing::bwe::BweTest 109 BweTest::~BweTest() { in ~BweTest() 114 void BweTest::SetUp() { in SetUp() 157 void BweTest::VerboseLogging(bool enable) { in VerboseLogging() 161 void BweTest::RunFor(int64_t time_ms) { in RunFor() 185 string BweTest::GetTestName() const { in GetTestName() 191 void BweTest::PrintResults(double max_throughput_kbps, in PrintResults() 204 void BweTest::PrintResults(double max_throughput_kbps, in PrintResults() 244 void BweTest::RunFairnessTest(BandwidthEstimatorType bwe_type, in RunFairnessTest() [all …]
|
D | bwe_test.h | 67 class BweTest { 69 BweTest(); 70 explicit BweTest(bool plot_capacity); 71 ~BweTest(); 146 RTC_DISALLOW_COPY_AND_ASSIGN(BweTest);
|