Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector.cc67 overusing_time_threshold_(100), in OveruseDetector()
105 if (time_over_using_ > overusing_time_threshold_ && overuse_counter_ > 1) { in Detect()
155 overusing_time_threshold_ = kOverUsingTimeThreshold; in InitializeExperiment()
Doveruse_detector.h50 double overusing_time_threshold_; variable
/external/webrtc/modules/congestion_controller/goog_cc/
Dtrendline_estimator.h112 double overusing_time_threshold_; variable
Dtrendline_estimator.cc175 overusing_time_threshold_(kOverUsingTimeThreshold), in TrendlineEstimator()
293 if (time_over_using_ > overusing_time_threshold_ && overuse_counter_ > 1) { in Detect()