Home
last modified time | relevance | path

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

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