Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector.cc66 hypothesis_(kBwNormal) { in OveruseDetector()
74 return hypothesis_; in State()
104 hypothesis_ = kBwOverusing; in Detect()
110 hypothesis_ = kBwUnderusing; in Detect()
114 hypothesis_ = kBwNormal; in Detect()
119 return hypothesis_; in Detect()
Doveruse_detector.h60 BandwidthUsage hypothesis_; variable