Home
last modified time | relevance | path

Searched refs:total_delay_ms_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/media/audio/win/
Daudio_unified_win.cc111 total_delay_ms_(0.0), in WASAPIUnifiedStream()
896 total_delay_ms_ = VarispeedMode() ? in ProcessOutputAudio()
899 DVLOG(2) << "total_delay_ms : " << total_delay_ms_; in ProcessOutputAudio()
903 total_delay_bytes_ = MillisecondsToBytes(total_delay_ms_, output_format_); in ProcessOutputAudio()
Daudio_unified_win.h235 double total_delay_ms_; variable