Searched refs:aec (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/audiofx/
H A DAcousticEchoCanceler.java62 AcousticEchoCanceler aec = null;
64 aec = new AcousticEchoCanceler(audioSession);
66 Log.w(TAG, "not implemented on this device"+ aec);
72 return aec;
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp830 AudioEffect *aec = NULL; local
833 aec = new AudioEffect(FX_IID_AEC,
840 status_t status = aec->initCheck();
842 aec->setEnabled(true);
844 delete aec;
845 aec = NULL;
849 if (aec == NULL) {
924 delete aec;
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp436 webrtc::EchoControlMobile *aec = static_cast<webrtc::EchoControlMobile *>(effect->engine); local
437 aec->set_routing_mode(kAecDefaultMode);
438 aec->enable_comfort_noise(kAecDefaultComfortNoise);
444 webrtc::EchoControlMobile *aec = effect->session->apm->echo_control_mobile(); local
445 ALOGV("AecCreate got aec %p", aec);
446 if (aec == NULL) {
450 effect->engine = static_cast<preproc_fx_handle_t>(aec);
502 webrtc::EchoControlMobile *aec = static_cast<webrtc::EchoControlMobile *>(effect->engine); local
503 ALOGV("AecEnable aec
510 webrtc::EchoControlMobile *aec = static_cast<webrtc::EchoControlMobile *>(effect->engine); local
517 webrtc::EchoControlMobile *aec = static_cast<webrtc::EchoControlMobile *>(effect->engine); local
[all...]

Completed in 67 milliseconds