Searched defs:aec (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp835 AudioEffect *aec = NULL; local
838 aec = new AudioEffect(FX_IID_AEC,
845 status_t status = aec->initCheck();
847 aec->setEnabled(true);
849 delete aec;
850 aec = NULL;
854 if (aec == NULL) {
930 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 612 milliseconds