Home
last modified time | relevance | path

Searched refs:speex_echo_cancellation (Results 1 – 2 of 2) sorted by relevance

/external/speex/include/speex/
Dspeex_echo.h101 void speex_echo_cancellation(SpeexEchoState *st, const spx_int16_t *rec, const spx_int16_t *play, s…
/external/speex/libspeex/
Dmdf.c643 speex_echo_cancellation(st, rec, st->play_buf, out); in speex_echo_capture()
688 speex_echo_cancellation(st, in, far_end, out); in speex_echo_cancel()
692 EXPORT void speex_echo_cancellation(SpeexEchoState *st, const spx_int16_t *in, const spx_int16_t *f… in speex_echo_cancellation() function