Searched refs:get_bandwidth_estimation (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/base/ |
D | bandwidthsmoother_unittest.cc | 31 EXPECT_EQ(bandwidth_sample, mon.get_bandwidth_estimation()); in TEST() 36 EXPECT_EQ(bandwidth_sample, mon.get_bandwidth_estimation()); in TEST() 41 EXPECT_EQ(next_expected_est, mon.get_bandwidth_estimation()); in TEST() 52 EXPECT_EQ(0, mon.get_bandwidth_estimation()); in TEST() 55 EXPECT_EQ(kBandwidthSample, mon.get_bandwidth_estimation()); in TEST() 66 EXPECT_EQ(1000, mon.get_bandwidth_estimation()); in TEST() 68 EXPECT_EQ(1000, mon.get_bandwidth_estimation()); in TEST() 70 EXPECT_EQ(kBandwidthSample, mon.get_bandwidth_estimation()); in TEST() 81 EXPECT_EQ(1000, mon.get_bandwidth_estimation()); in TEST() 86 EXPECT_EQ(1000, mon.get_bandwidth_estimation()); in TEST() [all …]
|
D | bandwidthsmoother.h | 45 int get_bandwidth_estimation() const { in get_bandwidth_estimation() function
|