Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/
Dtyping_detection.cc24 reporting_threshold_(300), in TypingDetection()
48 if (penalty_counter_ > reporting_threshold_) in Process()
80 if (reporting_threshold) reporting_threshold_ = reporting_threshold; in SetParameters()
Dtyping_detection.h66 int reporting_threshold_; variable