Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector.cc72 overuse_counter_(0), in OveruseDetector()
104 overuse_counter_++; in Detect()
105 if (time_over_using_ > overusing_time_threshold_ && overuse_counter_ > 1) { in Detect()
108 overuse_counter_ = 0; in Detect()
114 overuse_counter_ = 0; in Detect()
118 overuse_counter_ = 0; in Detect()
Doveruse_detector.h55 int overuse_counter_; variable
/external/webrtc/modules/congestion_controller/goog_cc/
Dtrendline_estimator.cc181 overuse_counter_(0), in TrendlineEstimator()
292 overuse_counter_++; in Detect()
293 if (time_over_using_ > overusing_time_threshold_ && overuse_counter_ > 1) { in Detect()
296 overuse_counter_ = 0; in Detect()
302 overuse_counter_ = 0; in Detect()
306 overuse_counter_ = 0; in Detect()
Dtrendline_estimator.h118 int overuse_counter_; variable