Searched refs:speex_echo_cancellation (Results 1 – 4 of 4) sorted by relevance
/external/speex/win32/ |
D | libspeexdsp.def | 22 speex_echo_cancellation
|
/external/speex/libspeexdsp/ |
D | testecho.c | 43 speex_echo_cancellation(st, ref_buf, echo_buf, e_buf); in main()
|
D | mdf.c | 643 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
|
/external/speex/include/speex/ |
D | speex_echo.h | 101 void speex_echo_cancellation(SpeexEchoState *st, const spx_int16_t *rec, const spx_int16_t *play, s…
|