Home
last modified time | relevance | path

Searched refs:WebRtcAecm_Init (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aecm/
Decho_control_mobile.h71 int32_t WebRtcAecm_Init(void* aecmInst, int32_t sampFreq);
Decho_control_mobile.c139 int32_t WebRtcAecm_Init(void *aecmInst, int32_t sampFreq) in WebRtcAecm_Init() function
/external/webrtc/webrtc/modules/audio_processing/
Decho_control_mobile_impl.cc373 if (WebRtcAecm_Init(my_handle, apm_->proc_sample_rate_hz()) != 0) { in InitializeHandle()