Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dcall_stats.cc24 const int64_t kUpdateIntervalMs = 1000; variable
107 return last_process_time_ + kUpdateIntervalMs - clock_->TimeInMilliseconds(); in TimeUntilNextProcess()
113 if (now < last_process_time_ + kUpdateIntervalMs) in Process()
/external/webrtc/webrtc/modules/desktop_capture/mac/
Dfull_screen_chrome_window_detector.cc27 const int64_t kUpdateIntervalMs = 500; variable
229 > kUpdateIntervalMs) { in UpdateWindowListIfNeeded()