Home
last modified time | relevance | path

Searched refs:BandwidthSmoother (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
Dbandwidthsmoother_unittest.cc24 BandwidthSmoother mon(1000, // initial_bandwidth_guess in TEST()
45 BandwidthSmoother mon(0, // initial_bandwidth_guess in TEST()
59 BandwidthSmoother mon(1000, // initial_bandwidth_guess in TEST()
74 BandwidthSmoother mon(1000, // initial_bandwidth_guess in TEST()
93 BandwidthSmoother mon(kHugeBandwidth, in TEST()
105 BandwidthSmoother mon(1000, // initial_bandwidth_guess in TEST()
Dbandwidthsmoother.cc17 BandwidthSmoother::BandwidthSmoother(int initial_bandwidth_guess, in BandwidthSmoother() function in rtc::BandwidthSmoother
34 bool BandwidthSmoother::Sample(uint32 sample_time, int bandwidth) { in Sample()
Dbandwidthsmoother.h31 class BandwidthSmoother {
33 BandwidthSmoother(int initial_bandwidth_guess,
/external/chromium_org/third_party/libjingle/source/talk/base/
Dbandwidthsmoother_unittest.cc41 BandwidthSmoother mon(1000, // initial_bandwidth_guess in TEST()
62 BandwidthSmoother mon(0, // initial_bandwidth_guess in TEST()
76 BandwidthSmoother mon(1000, // initial_bandwidth_guess in TEST()
91 BandwidthSmoother mon(1000, // initial_bandwidth_guess in TEST()
110 BandwidthSmoother mon(kHugeBandwidth, in TEST()
122 BandwidthSmoother mon(1000, // initial_bandwidth_guess in TEST()
Dbandwidthsmoother.cc34 BandwidthSmoother::BandwidthSmoother(int initial_bandwidth_guess, in BandwidthSmoother() function in talk_base::BandwidthSmoother
51 bool BandwidthSmoother::Sample(uint32 sample_time, int bandwidth) { in Sample()
Dbandwidthsmoother.h48 class BandwidthSmoother {
50 BandwidthSmoother(int initial_bandwidth_guess,