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

/external/chromium_org/third_party/webrtc/base/
H A Dbandwidthsmoother.cc48 const int mean_bandwidth = static_cast<int>(accumulator_.ComputeMean()); local
50 if (mean_bandwidth < bandwidth_estimation_) {
52 bandwidth_estimation_ = mean_bandwidth;
64 if (mean_bandwidth < increase_threshold) {
74 bandwidth_estimation_ = mean_bandwidth;

Completed in 917 milliseconds