Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/
Dtyping_detection.cc22 time_window_(10), in TypingDetection()
44 time_active_ < time_window_) { in Process()
75 time_window_ = time_window; in SetParameters()
Dtyping_detection.h59 int time_window_; variable