HomeSort by relevance Sort by last modified time
    Searched refs:kProcessIntervalMs (Results 1 - 6 of 6) 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/components/copresence/mediums/audio/
audio_recorder.cc 25 const float kProcessIntervalMs = 500.0f; // milliseconds.
38 // Called every kProcessIntervalMs to process the recorded audio. This
116 total_buffer_frames_ = kProcessIntervalMs * dest_params.sample_rate() / 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;
224 clock_->AdvanceTimeMilliseconds(kProcessIntervalMs);
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.cc 629 const int kProcessIntervalMs = 10;
631 current_time += kProcessIntervalMs) {
633 1000 * (clock_.TimeInMilliseconds() + kProcessIntervalMs);
650 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 253 milliseconds