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

/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_rtpplay.cc522 int64_t next_output_time_ms = time_now_ms; local
524 // Make sure that next_output_time_ms is rounded up to the next multiple
526 next_output_time_ms +=
533 next_output_time_ms = event_log_source->NextAudioOutputEventMs();
534 if (next_output_time_ms == std::numeric_limits<int64_t>::max())
537 std::min(next_input_time_ms, next_output_time_ms);
541 time_now_ms = std::min(next_input_time_ms, next_output_time_ms);
608 while (time_now_ms >= next_output_time_ms && output_event_available) {
634 next_output_time_ms += kOutputBlockSizeMs;
638 next_output_time_ms
[all...]

Completed in 99 milliseconds