Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector.cc62 last_update_ms_(-1), in OveruseDetector()
126 if (last_update_ms_ == -1) in UpdateThreshold()
127 last_update_ms_ = now_ms; in UpdateThreshold()
132 last_update_ms_ = now_ms; in UpdateThreshold()
138 k * (fabs(modified_offset) - threshold_) * (now_ms - last_update_ms_); in UpdateThreshold()
144 last_update_ms_ = now_ms; in UpdateThreshold()
Doveruse_detector.h56 int64_t last_update_ms_; variable