Searched refs:kMaxTimeDeltaMs (Results 1 – 2 of 2) sorted by relevance
143 const int64_t kMaxTimeDeltaMs = 100; in UpdateThreshold() local144 int64_t time_delta_ms = std::min(now_ms - last_update_ms_, kMaxTimeDeltaMs); in UpdateThreshold()
326 const int64_t kMaxTimeDeltaMs = 100; in UpdateThreshold() local327 int64_t time_delta_ms = std::min(now_ms - last_update_ms_, kMaxTimeDeltaMs); in UpdateThreshold()