Searched refs:aec (Results 1 – 4 of 4) sorted by relevance
62 AcousticEchoCanceler aec = null; in create() local64 aec = new AcousticEchoCanceler(audioSession); in create()66 Log.w(TAG, "not implemented on this device"+ aec); in create()72 return aec; in create()
47 bool aec = false; variable216 if (aec) numInterfaces++; in TestRecToBuffQueue()243 if (aec) { in TestRecToBuffQueue()386 if (aec) { in TestRecToBuffQueue()535 aec = true; in main()
437 webrtc::EchoControlMobile *aec = static_cast<webrtc::EchoControlMobile *>(effect->engine); in AecInit() local438 aec->set_routing_mode(kAecDefaultMode); in AecInit()439 aec->enable_comfort_noise(kAecDefaultComfortNoise); in AecInit()445 webrtc::EchoControlMobile *aec = effect->session->apm->echo_control_mobile(); in AecCreate() local446 ALOGV("AecCreate got aec %p", aec); in AecCreate()447 if (aec == NULL) { in AecCreate()451 effect->engine = static_cast<preproc_fx_handle_t>(aec); in AecCreate()503 webrtc::EchoControlMobile *aec = static_cast<webrtc::EchoControlMobile *>(effect->engine); in AecEnable() local504 ALOGV("AecEnable aec %p", aec); in AecEnable()505 aec->Enable(true); in AecEnable()[all …]
840 sp<AudioEffect> aec; in threadLoop() local843 aec = new AudioEffect(FX_IID_AEC, in threadLoop()851 status_t status = aec->initCheck(); in threadLoop()853 aec->setEnabled(true); in threadLoop()855 aec.clear(); in threadLoop()859 if (aec == 0) { in threadLoop()