Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/base/
Dbandwidthsmoother.cc48 const int mean_bandwidth = static_cast<int>(accumulator_.ComputeMean()); in Sample() local
50 if (mean_bandwidth < bandwidth_estimation_) { in Sample()
52 bandwidth_estimation_ = mean_bandwidth; in Sample()
64 if (mean_bandwidth < increase_threshold) { in Sample()
74 bandwidth_estimation_ = mean_bandwidth; in Sample()
/external/chromium_org/third_party/libjingle/source/talk/base/
Dbandwidthsmoother.cc65 const int mean_bandwidth = static_cast<int>(accumulator_.ComputeMean()); in Sample() local
67 if (mean_bandwidth < bandwidth_estimation_) { in Sample()
69 bandwidth_estimation_ = mean_bandwidth; in Sample()
81 if (mean_bandwidth < increase_threshold) { in Sample()
91 bandwidth_estimation_ = mean_bandwidth; in Sample()