HomeSort by relevance Sort by last modified time
    Searched defs:AecCore (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core.h 54 typedef struct AecCore AecCore;
56 AecCore* WebRtcAec_CreateAec(); // Returns NULL on error.
57 void WebRtcAec_FreeAec(AecCore* aec);
58 int WebRtcAec_InitAec(AecCore* aec, int sampFreq);
67 void WebRtcAec_BufferFarendPartition(AecCore* aec, const float* farend);
68 void WebRtcAec_ProcessFrames(AecCore* aec,
78 int WebRtcAec_MoveFarReadPtr(AecCore* aec, int elements);
86 int WebRtcAec_GetDelayMetricsCore(AecCore* self, int* median, int* std,
90 int WebRtcAec_echo_state(AecCore* self)
    [all...]
aec_core_internal.h 52 struct AecCore {
196 typedef void (*WebRtcAecOverdriveAndSuppress)(AecCore* aec,
202 typedef void (*WebRtcAecComfortNoise)(AecCore* aec,
209 typedef void (*WebRtcAecSubBandCoherence)(AecCore* aec,
219 typedef int (*WebRtcAecPartitionDelay)(const AecCore* aec);

Completed in 148 milliseconds