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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/include/
remote_bitrate_estimator.h 54 // kProcessIntervalMs using the clock passed to
57 // The arrival times for the frames arrived in the last kProcessIntervalMs
97 static const int64_t kProcessIntervalMs = 500;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_abs_send_time_unittest.cc 96 const int64_t kProcessIntervalMs = 1000;
101 clock_.AdvanceTimeMilliseconds(kProcessIntervalMs);
remote_bitrate_estimator_single_stream.cc 57 process_interval_ms_(kProcessIntervalMs) {
remote_bitrate_estimator_abs_send_time.cc 113 process_interval_ms_(kProcessIntervalMs),
  /external/webrtc/webrtc/modules/video_capture/
video_capture_impl.cc 90 const int64_t kProcessIntervalMs = 300;
91 return kProcessIntervalMs -
  /external/webrtc/webrtc/video/
overuse_frame_detector.cc 28 const int64_t kProcessIntervalMs = 5000;
289 next_process_time_ = now + kProcessIntervalMs;
overuse_frame_detector_unittest.cc 24 const int kProcessIntervalMs = 5000;
158 clock_->AdvanceTimeMilliseconds(kProcessIntervalMs);

Completed in 261 milliseconds