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

  /external/chromium_org/third_party/libjingle/source/talk/base/
bandwidthsmoother.h 36 // The purpose of BandwidthSmoother is to smooth out bandwidth
48 class BandwidthSmoother {
50 BandwidthSmoother(int initial_bandwidth_guess,
bandwidthsmoother.cc 28 #include "talk/base/bandwidthsmoother.h"
34 BandwidthSmoother::BandwidthSmoother(int initial_bandwidth_guess,
51 bool BandwidthSmoother::Sample(uint32 sample_time, int bandwidth) {
bandwidthsmoother_unittest.cc 30 #include "talk/base/bandwidthsmoother.h"
41 BandwidthSmoother mon(1000, // initial_bandwidth_guess
62 BandwidthSmoother mon(0, // initial_bandwidth_guess
76 BandwidthSmoother mon(1000, // initial_bandwidth_guess
91 BandwidthSmoother mon(1000, // initial_bandwidth_guess
110 BandwidthSmoother mon(kHugeBandwidth,
122 BandwidthSmoother mon(1000, // initial_bandwidth_guess

Completed in 2885 milliseconds