Home | History | Annotate | Download | only in webrtc

Lines Matching defs:agc_mode

596   webrtc::AgcModes agc_mode = webrtc::kAgcAdaptiveAnalog;
616 agc_mode = webrtc::kAgcFixedDigital;
694 if (voep->SetAgcStatus(*options.auto_gain_control, agc_mode) == -1) {
695 LOG_RTCERR2(SetAgcStatus, *options.auto_gain_control, agc_mode);
699 << " with mode " << agc_mode;