Searched defs:aecmInst (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
D | echo_control_mobile.c | 116 void WebRtcAecm_Free(void* aecmInst) { in WebRtcAecm_Free() 139 int32_t WebRtcAecm_Init(void *aecmInst, int32_t sampFreq) in WebRtcAecm_Init() 197 int32_t WebRtcAecm_GetBufferFarendError(void *aecmInst, const int16_t *farend, in WebRtcAecm_GetBufferFarendError() 217 int32_t WebRtcAecm_BufferFarend(void *aecmInst, const int16_t *farend, in WebRtcAecm_BufferFarend() 238 int32_t WebRtcAecm_Process(void *aecmInst, const int16_t *nearendNoisy, in WebRtcAecm_Process() 436 int32_t WebRtcAecm_set_config(void *aecmInst, AecmConfig config) in WebRtcAecm_set_config() 515 int32_t WebRtcAecm_InitEchoPath(void* aecmInst, in WebRtcAecm_InitEchoPath() 543 int32_t WebRtcAecm_GetEchoPath(void* aecmInst, in WebRtcAecm_GetEchoPath()
|