Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core.h90 int WebRtcAec_echo_state(AecCore* self);
Decho_cancellation.c440 *status = WebRtcAec_echo_state(self->aec); in WebRtcAec_get_echo_status()
Daec_core.c1894 int WebRtcAec_echo_state(AecCore* self) { return self->echoState; } in WebRtcAec_echo_state() function