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.cc34 overusing_time_threshold_(kOverUsingTimeThreshold), in OveruseDetector()
69 if (time_over_using_ > overusing_time_threshold_ && overuse_counter_ > 1) { in Detect()
Doveruse_detector.h48 const double overusing_time_threshold_; variable
/external/webrtc/modules/congestion_controller/goog_cc/
Dtrendline_estimator.h112 double overusing_time_threshold_; variable
Dtrendline_estimator.cc174 overusing_time_threshold_(kOverUsingTimeThreshold), in TrendlineEstimator()
292 if (time_over_using_ > overusing_time_threshold_ && overuse_counter_ > 1) { in Detect()