Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/transient/
Dtransient_suppressor.cc286 const int kIsTypingThreshold = 1000 / ts::kChunkSizeMs; in UpdateKeypress() local
296 if (keypress_counter_ > kIsTypingThreshold) { in UpdateKeypress()