Home | History | Annotate | Download | only in webrtc

Lines Matching refs:AUTO_GAIN_CONTROL

601   options.auto_gain_control.Set(
602 ((flags & MediaEngineInterface::AUTO_GAIN_CONTROL) != 0));
670 options.auto_gain_control.Set(false);
710 bool auto_gain_control;
711 if (options.auto_gain_control.Get(&auto_gain_control)) {
712 if (voep->SetAgcStatus(auto_gain_control, agc_mode) == -1) {
713 LOG_RTCERR2(SetAgcStatus, auto_gain_control, agc_mode);