Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector.cc64 time_over_using_(-1), in OveruseDetector()
90 if (time_over_using_ == -1) { in Detect()
94 time_over_using_ = ts_delta / 2; in Detect()
97 time_over_using_ += ts_delta; in Detect()
100 if (time_over_using_ > overusing_time_threshold_ && overuse_counter_ > 1) { in Detect()
102 time_over_using_ = 0; in Detect()
108 time_over_using_ = -1; in Detect()
112 time_over_using_ = -1; in Detect()
Doveruse_detector.h58 double time_over_using_; variable