Home
last modified time | relevance | path

Searched refs:aecInst (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
Decho_cancellation.h81 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,
Decho_cancellation.c104 static void EstBufDelayNormal(Aec* aecInst);
105 static void EstBufDelayExtended(Aec* aecInst);
166 void WebRtcAec_Free(void* aecInst) { in WebRtcAec_Free() argument
167 Aec* aecpc = aecInst; in WebRtcAec_Free()
186 int32_t WebRtcAec_Init(void* aecInst, int32_t sampFreq, int32_t scSampFreq) { in WebRtcAec_Init() argument
187 Aec* aecpc = aecInst; in WebRtcAec_Init()
267 int32_t WebRtcAec_GetBufferFarendError(void* aecInst, in WebRtcAec_GetBufferFarendError() argument
270 Aec* aecpc = aecInst; in WebRtcAec_GetBufferFarendError()
286 int32_t WebRtcAec_BufferFarend(void* aecInst, in WebRtcAec_BufferFarend() argument
289 Aec* aecpc = aecInst; in WebRtcAec_BufferFarend()
[all …]