HomeSort by relevance Sort by last modified time
    Searched refs:kUpdateIntervalMs (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/video/
call_stats.cc 24 const int64_t kUpdateIntervalMs = 1000;
107 return last_process_time_ + kUpdateIntervalMs - clock_->TimeInMilliseconds();
113 if (now < last_process_time_ + kUpdateIntervalMs)
  /external/webrtc/webrtc/modules/desktop_capture/mac/
full_screen_chrome_window_detector.cc 27 const int64_t kUpdateIntervalMs = 500;
229 > kUpdateIntervalMs) {

Completed in 81 milliseconds