Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/agc/
Dagc_manager_direct.cc128 check_volume_on_next_process_(true), // Check at startup. in AgcManagerDirect()
150 check_volume_on_next_process_(true), // Check at startup. in AgcManagerDirect()
166 check_volume_on_next_process_ = true; in Initialize()
239 if (check_volume_on_next_process_) { in Process()
240 check_volume_on_next_process_ = false; in Process()
319 check_volume_on_next_process_ = true; in SetCaptureMuted()
Dagc_manager_direct.h96 bool check_volume_on_next_process_; variable