Searched refs:WebRtcAecm_Init (Results 1 – 3 of 3) sorted by relevance
71 int32_t WebRtcAecm_Init(void* aecmInst, int32_t sampFreq);
139 int32_t WebRtcAecm_Init(void *aecmInst, int32_t sampFreq) in WebRtcAecm_Init() function
373 if (WebRtcAecm_Init(my_handle, apm_->proc_sample_rate_hz()) != 0) { in InitializeHandle()