Searched refs:WebRtcAec_set_config (Results 1 – 3 of 3) sorted by relevance
179 WebRtc_Word32 WebRtcAec_set_config(void *aecInst, AecConfig config);
275 if (WebRtcAec_set_config(aecpc, aecConfig) == -1) { in WebRtcAec_Init()604 WebRtc_Word32 WebRtcAec_set_config(void *aecInst, AecConfig config) in WebRtcAec_set_config() function
371 return WebRtcAec_set_config(static_cast<Handle*>(handle), config); in ConfigureHandle()