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

/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp47 bool aec = false; variable
217 if (aec) numInterfaces++;
244 if (aec) {
387 if (aec) {
536 aec = true;
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp840 sp<AudioEffect> aec; local
843 aec = new AudioEffect(FX_IID_AEC,
851 status_t status = aec->initCheck();
853 aec->setEnabled(true);
855 aec.clear();
859 if (aec == 0) {
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp437 webrtc::EchoControlMobile *aec = static_cast<webrtc::EchoControlMobile *>(effect->engine); local
438 aec->set_routing_mode(kAecDefaultMode);
439 aec->enable_comfort_noise(kAecDefaultComfortNoise);
445 webrtc::EchoControlMobile *aec = effect->session->apm->echo_control_mobile(); local
446 ALOGV("AecCreate got 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); local
504 ALOGV("AecEnable aec
511 webrtc::EchoControlMobile *aec = static_cast<webrtc::EchoControlMobile *>(effect->engine); local
518 webrtc::EchoControlMobile *aec = static_cast<webrtc::EchoControlMobile *>(effect->engine); local
[all...]

Completed in 85 milliseconds