Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/
Dtyping_detection.cc22 time_window_(10), in TypingDetection()
46 time_active_ < time_window_) { in Process()
76 if (time_window) time_window_ = time_window; in SetParameters()
Dtyping_detection.h60 int time_window_; variable