Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector.cc73 hypothesis_(BandwidthUsage::kBwNormal) { in OveruseDetector()
81 return hypothesis_; in State()
109 hypothesis_ = BandwidthUsage::kBwOverusing; in Detect()
115 hypothesis_ = BandwidthUsage::kBwUnderusing; in Detect()
119 hypothesis_ = BandwidthUsage::kBwNormal; in Detect()
125 return hypothesis_; in Detect()
Doveruse_detector.h56 BandwidthUsage hypothesis_; variable
/external/webrtc/modules/congestion_controller/goog_cc/
Dtrendline_estimator.cc182 hypothesis_(BandwidthUsage::kBwNormal), in TrendlineEstimator()
264 send_time_ms, arrival_time_ms, hypothesis_); in Update()
269 return network_state_predictor_ ? hypothesis_predicted_ : hypothesis_; in State()
274 hypothesis_ = BandwidthUsage::kBwNormal; in Detect()
297 hypothesis_ = BandwidthUsage::kBwOverusing; in Detect()
303 hypothesis_ = BandwidthUsage::kBwUnderusing; in Detect()
307 hypothesis_ = BandwidthUsage::kBwNormal; in Detect()
Dtrendline_estimator.h119 BandwidthUsage hypothesis_; variable