Searched refs:BandwidthSmoother (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dbandwidthsmoother.h19 // The purpose of BandwidthSmoother is to smooth out bandwidth
31 class BandwidthSmoother { class in namespace:rtc
33 BandwidthSmoother(int initial_bandwidth_guess,
H A Dbandwidthsmoother.cc17 BandwidthSmoother::BandwidthSmoother(int initial_bandwidth_guess, function in class:rtc::BandwidthSmoother
34 bool BandwidthSmoother::Sample(uint32 sample_time, int bandwidth) {
H A Dbandwidthsmoother_unittest.cc24 BandwidthSmoother mon(1000, // initial_bandwidth_guess
45 BandwidthSmoother mon(0, // initial_bandwidth_guess
59 BandwidthSmoother mon(1000, // initial_bandwidth_guess
74 BandwidthSmoother mon(1000, // initial_bandwidth_guess
93 BandwidthSmoother mon(kHugeBandwidth,
105 BandwidthSmoother mon(1000, // initial_bandwidth_guess

Completed in 680 milliseconds