Home
last modified time | relevance | path

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

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