Searched refs:BandwidthSmoother (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/webrtc/base/ |
D | bandwidthsmoother_unittest.cc | 24 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()
|
D | bandwidthsmoother.cc | 17 BandwidthSmoother::BandwidthSmoother(int initial_bandwidth_guess, in BandwidthSmoother() function in rtc::BandwidthSmoother 34 bool BandwidthSmoother::Sample(uint32 sample_time, int bandwidth) { in Sample()
|
D | bandwidthsmoother.h | 31 class BandwidthSmoother { 33 BandwidthSmoother(int initial_bandwidth_guess,
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | bandwidthsmoother_unittest.cc | 41 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()
|
D | bandwidthsmoother.cc | 34 BandwidthSmoother::BandwidthSmoother(int initial_bandwidth_guess, in BandwidthSmoother() function in talk_base::BandwidthSmoother 51 bool BandwidthSmoother::Sample(uint32 sample_time, int bandwidth) { in Sample()
|
D | bandwidthsmoother.h | 48 class BandwidthSmoother { 50 BandwidthSmoother(int initial_bandwidth_guess,
|