Searched refs:Aec (Results 1 – 3 of 3) sorted by relevance
104 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 …]
63 } Aec; typedef
45 Aec* self_;71 self_ = reinterpret_cast<Aec*>(handle_); in SetUp()