Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/transient/
Dtransient_suppressor.cc287 const int kChunksUntilNotTyping = 4000 / ts::kChunkSizeMs; // 4 seconds. in UpdateKeypress() local
305 ++chunks_since_keypress_ > kChunksUntilNotTyping) { in UpdateKeypress()