Lines Matching refs:aec
427 // Acoustic Echo Canceler (AEC)
437 webrtc::EchoControlMobile *aec = static_cast<webrtc::EchoControlMobile *>(effect->engine);
438 aec->set_routing_mode(kAecDefaultMode);
439 aec->enable_comfort_noise(kAecDefaultComfortNoise);
445 webrtc::EchoControlMobile *aec = effect->session->apm->echo_control_mobile();
446 aec %p", aec);
447 if (aec == NULL) {
451 effect->engine = static_cast<preproc_fx_handle_t>(aec);
503 webrtc::EchoControlMobile *aec = static_cast<webrtc::EchoControlMobile *>(effect->engine);
504 ALOGV("AecEnable aec %p", aec);
505 aec->Enable(true);
511 webrtc::EchoControlMobile *aec = static_cast<webrtc::EchoControlMobile *>(effect->engine);
512 aec->Enable(false);
518 webrtc::EchoControlMobile *aec = static_cast<webrtc::EchoControlMobile *>(effect->engine);
538 aec->set_routing_mode(mode);
950 // AEC implementation is limited to 16kHz