HomeSort by relevance Sort by last modified time
    Searched refs:get_bandwidth_estimation (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
bandwidthsmoother_unittest.cc 48 EXPECT_EQ(bandwidth_sample, mon.get_bandwidth_estimation());
53 EXPECT_EQ(bandwidth_sample, mon.get_bandwidth_estimation());
58 EXPECT_EQ(next_expected_est, mon.get_bandwidth_estimation());
69 EXPECT_EQ(0, mon.get_bandwidth_estimation());
72 EXPECT_EQ(kBandwidthSample, mon.get_bandwidth_estimation());
83 EXPECT_EQ(1000, mon.get_bandwidth_estimation());
85 EXPECT_EQ(1000, mon.get_bandwidth_estimation());
87 EXPECT_EQ(kBandwidthSample, mon.get_bandwidth_estimation());
98 EXPECT_EQ(1000, mon.get_bandwidth_estimation());
103 EXPECT_EQ(1000, mon.get_bandwidth_estimation());
    [all...]
bandwidthsmoother.h 61 int get_bandwidth_estimation() const { function in class:talk_base::BandwidthSmoother

Completed in 26 milliseconds