Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/
Dtyping_detection.cc17 time_since_last_typing_(0), in TypingDetection()
39 time_since_last_typing_ = 0; in Process()
41 ++time_since_last_typing_; in Process()
43 if (time_since_last_typing_ < type_event_delay_ && vad_activity && in Process()
65 return (time_since_last_typing_ + 50) / 100; in TimeSinceLastDetectionInSeconds()
Dtyping_detection.h42 int time_since_last_typing_; variable