Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector.cc143 const int64_t kMaxTimeDeltaMs = 100; in UpdateThreshold() local
144 int64_t time_delta_ms = std::min(now_ms - last_update_ms_, kMaxTimeDeltaMs); in UpdateThreshold()
/external/webrtc/modules/congestion_controller/goog_cc/
Dtrendline_estimator.cc326 const int64_t kMaxTimeDeltaMs = 100; in UpdateThreshold() local
327 int64_t time_delta_ms = std::min(now_ms - last_update_ms_, kMaxTimeDeltaMs); in UpdateThreshold()