Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dstatistics_calculator.cc34 constexpr int kInterruptionLenMs = 150; variable
193 if (event_duration_ms >= kInterruptionLenMs && decoded_output_played_) { in EndExpandEvent()