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

  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/include/
remote_bitrate_estimator.h 58 // kProcessIntervalMs using the clock passed to
61 // The arrival times for the frames arrived in the last kProcessIntervalMs
92 static const int kProcessIntervalMs = 1000;
  /external/chromium_org/third_party/webrtc/video_engine/
overuse_frame_detector.cc 30 const int64_t kProcessIntervalMs = 5000;
291 float exp = static_cast<float>(diff_last_process_ms) / kProcessIntervalMs;
348 float exp = static_cast<float>(diff_last_sample_ms) / kProcessIntervalMs;
503 int64_t diff_ms = now - next_process_time_ + kProcessIntervalMs;
504 next_process_time_ = now + kProcessIntervalMs;
overuse_frame_detector_unittest.cc 24 const int kProcessIntervalMs = 5000;
221 clock_->AdvanceTimeMilliseconds(kProcessIntervalMs);
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_single_stream.cc 161 return last_process_time_ + kProcessIntervalMs - clock_->TimeInMilliseconds();

Completed in 70 milliseconds