Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/
Dtyping_detection.cc21 new_detection_to_report_(false), in TypingDetection()
49 new_detection_to_report_ = true; in Process()
57 detection_to_report_ = new_detection_to_report_; in Process()
58 new_detection_to_report_ = false; in Process()
Dtyping_detection.h55 bool new_detection_to_report_; variable