Searched refs:aecInst (Results 1 – 2 of 2) sorted by relevance
81 void WebRtcAec_Free(void* aecInst);97 int32_t WebRtcAec_Init(void* aecInst, int32_t sampFreq, int32_t scSampFreq);114 int32_t WebRtcAec_BufferFarend(void* aecInst,133 int32_t WebRtcAec_GetBufferFarendError(void* aecInst,160 int32_t WebRtcAec_Process(void* aecInst,
104 static void EstBufDelayNormal(Aec* aecInst);105 static void EstBufDelayExtended(Aec* aecInst);166 void WebRtcAec_Free(void* aecInst) { in WebRtcAec_Free() argument167 Aec* aecpc = aecInst; in WebRtcAec_Free()186 int32_t WebRtcAec_Init(void* aecInst, int32_t sampFreq, int32_t scSampFreq) { in WebRtcAec_Init() argument187 Aec* aecpc = aecInst; in WebRtcAec_Init()267 int32_t WebRtcAec_GetBufferFarendError(void* aecInst, in WebRtcAec_GetBufferFarendError() argument270 Aec* aecpc = aecInst; in WebRtcAec_GetBufferFarendError()286 int32_t WebRtcAec_BufferFarend(void* aecInst, in WebRtcAec_BufferFarend() argument289 Aec* aecpc = aecInst; in WebRtcAec_BufferFarend()[all …]