Searched refs:CapacityDropTestHelper (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | remote_bitrate_estimator_single_stream_unittest.cc | 42 CapacityDropTestHelper(1, false, 600); in TEST_F() 46 CapacityDropTestHelper(1, true, 600); in TEST_F() 50 CapacityDropTestHelper(2, true, 700); in TEST_F() 54 CapacityDropTestHelper(3, true, 734); in TEST_F() 58 CapacityDropTestHelper(13, true, 700); in TEST_F() 62 CapacityDropTestHelper(19, true, 700); in TEST_F() 66 CapacityDropTestHelper(30, true, 700); in TEST_F()
|
D | remote_bitrate_estimator_abs_send_time_unittest.cc | 42 CapacityDropTestHelper(1, false, 600); in TEST_F() 46 CapacityDropTestHelper(1, true, 600); in TEST_F() 50 CapacityDropTestHelper(2, true, 533); in TEST_F() 54 CapacityDropTestHelper(3, true, 700); in TEST_F() 58 CapacityDropTestHelper(13, true, 700); in TEST_F() 62 CapacityDropTestHelper(19, true, 700); in TEST_F() 66 CapacityDropTestHelper(30, true, 700); in TEST_F()
|
D | remote_bitrate_estimator_unittest_helper.h | 203 void CapacityDropTestHelper(int number_of_streams,
|
D | remote_bitrate_estimator_unittest_helper.cc | 427 void RemoteBitrateEstimatorTest::CapacityDropTestHelper( in CapacityDropTestHelper() function in webrtc::RemoteBitrateEstimatorTest
|