OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_bandwidth_estimation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/base/
bandwidthsmoother_unittest.cc
31
EXPECT_EQ(bandwidth_sample, mon.
get_bandwidth_estimation
());
36
EXPECT_EQ(bandwidth_sample, mon.
get_bandwidth_estimation
());
41
EXPECT_EQ(next_expected_est, mon.
get_bandwidth_estimation
());
52
EXPECT_EQ(0, mon.
get_bandwidth_estimation
());
55
EXPECT_EQ(kBandwidthSample, mon.
get_bandwidth_estimation
());
66
EXPECT_EQ(1000, mon.
get_bandwidth_estimation
());
68
EXPECT_EQ(1000, mon.
get_bandwidth_estimation
());
70
EXPECT_EQ(kBandwidthSample, mon.
get_bandwidth_estimation
());
81
EXPECT_EQ(1000, mon.
get_bandwidth_estimation
());
86
EXPECT_EQ(1000, mon.
get_bandwidth_estimation
());
[
all
...]
bandwidthsmoother.h
44
int
get_bandwidth_estimation
() const {
function in class:rtc::BandwidthSmoother
Completed in 586 milliseconds