Searched refs:next_output_time_ms (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_rtpplay.cc207 int next_output_time_ms = time_now_ms; local
209 // Make sure that next_output_time_ms is rounded up to the next multiple
211 next_output_time_ms +=
263 if (time_now_ms >= next_output_time_ms) {
288 next_output_time_ms += kOutputBlockSizeMs;
291 time_now_ms = std::min(next_input_time_ms, next_output_time_ms);

Completed in 85 milliseconds