Home
last modified time | relevance | path

Searched refs:Aec (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
Decho_cancellation.c104 static void EstBufDelayNormal(Aec* aecInst);
105 static void EstBufDelayExtended(Aec* aecInst);
106 static int ProcessNormal(Aec* self,
113 static void ProcessExtended(Aec* self,
122 Aec* aecpc = malloc(sizeof(Aec)); in WebRtcAec_Create()
167 Aec* aecpc = aecInst; in WebRtcAec_Free()
187 Aec* aecpc = aecInst; in WebRtcAec_Init()
270 Aec* aecpc = aecInst; in WebRtcAec_GetBufferFarendError()
289 Aec* aecpc = aecInst; in WebRtcAec_BufferFarend()
345 Aec* aecpc = aecInst; in WebRtcAec_Process()
[all …]
Decho_cancellation_internal.h63 } Aec; typedef
Dsystem_delay_unittest.cc45 Aec* self_;
71 self_ = reinterpret_cast<Aec*>(handle_); in SetUp()