Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aecm/interface/
Decho_control_mobile.h83 WebRtc_Word32 WebRtcAecm_Init(void* aecmInst,
/external/webrtc/src/modules/audio_processing/
Decho_control_mobile_impl.cc278 if (WebRtcAecm_Init(my_handle, apm_->sample_rate_hz()) != 0) { in InitializeHandle()
/external/webrtc/src/modules/audio_processing/aecm/
Decho_control_mobile.c163 WebRtc_Word32 WebRtcAecm_Init(void *aecmInst, WebRtc_Word32 sampFreq) in WebRtcAecm_Init() function