Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector.cc123 UpdateThreshold(T, now_ms); in Detect()
128 void OveruseDetector::UpdateThreshold(double modified_offset, int64_t now_ms) { in UpdateThreshold() function in webrtc::OveruseDetector
Doveruse_detector.h44 void UpdateThreshold(double modified_offset, int64_t now_ms);
/external/webrtc/modules/congestion_controller/goog_cc/
Dtrendline_estimator.h94 void UpdateThreshold(double modified_offset, int64_t now_ms);
Dtrendline_estimator.cc310 UpdateThreshold(modified_trend, now_ms); in Detect()
313 void TrendlineEstimator::UpdateThreshold(double modified_trend, in UpdateThreshold() function in webrtc::TrendlineEstimator