Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dbandwidthsmoother.cc50 const int mean_bandwidth = static_cast<int>(accumulator_.ComputeMean()); in Sample() local
52 if (mean_bandwidth < bandwidth_estimation_) { in Sample()
54 bandwidth_estimation_ = mean_bandwidth; in Sample()
66 if (mean_bandwidth < increase_threshold) { in Sample()
76 bandwidth_estimation_ = mean_bandwidth; in Sample()