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

/external/webrtc/webrtc/modules/audio_processing/aec/
H A Decho_cancellation.h79 * void* aecInst Pointer to the AEC instance
81 void WebRtcAec_Free(void* aecInst);
88 * void* aecInst Pointer to the AEC instance
97 int32_t WebRtcAec_Init(void* aecInst, int32_t sampFreq, int32_t scSampFreq);
104 * void* aecInst Pointer to the AEC instance
114 int32_t WebRtcAec_BufferFarend(void* aecInst,
123 * void* aecInst Pointer to the AEC instance
133 int32_t WebRtcAec_GetBufferFarendError(void* aecInst,
142 * void* aecInst Pointer to the AEC instance
160 int32_t WebRtcAec_Process(void* aecInst,
[all...]
H A Decho_cancellation.c104 static void EstBufDelayNormal(Aec* aecInst);
105 static void EstBufDelayExtended(Aec* aecInst);
166 void WebRtcAec_Free(void* aecInst) { argument
167 Aec* aecpc = aecInst;
186 int32_t WebRtcAec_Init(void* aecInst, int32_t sampFreq, int32_t scSampFreq) { argument
187 Aec* aecpc = aecInst;
267 int32_t WebRtcAec_GetBufferFarendError(void* aecInst, argument
270 Aec* aecpc = aecInst;
286 int32_t WebRtcAec_BufferFarend(void* aecInst, argument
289 Aec* aecpc = aecInst;
338 WebRtcAec_Process(void* aecInst, const float* const* nearend, size_t num_bands, float* const* out, size_t nrOfSamples, int16_t msInSndCardBuf, int32_t skew) argument
[all...]

Completed in 137 milliseconds