OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mean_bandwidth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
bandwidthsmoother.cc
65
const int
mean_bandwidth
= static_cast<int>(accumulator_.ComputeMean());
local
67
if (
mean_bandwidth
< bandwidth_estimation_) {
69
bandwidth_estimation_ =
mean_bandwidth
;
81
if (
mean_bandwidth
< increase_threshold) {
91
bandwidth_estimation_ =
mean_bandwidth
;
/external/chromium_org/third_party/webrtc/base/
bandwidthsmoother.cc
48
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 123 milliseconds