HomeSort by relevance Sort by last modified time
    Searched full:hypothesis_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
overuse_detector.cc 66 hypothesis_(kBwNormal) {
74 return hypothesis_;
104 hypothesis_ = kBwOverusing;
110 hypothesis_ = kBwUnderusing;
114 hypothesis_ = kBwNormal;
119 return hypothesis_;
overuse_detector.h 60 BandwidthUsage hypothesis_; member in class:webrtc::OveruseDetector

Completed in 638 milliseconds