Home
last modified time | relevance | path

Searched refs:SpeexEchoState (Results 1 – 4 of 4) sorted by relevance

/external/speex/include/speex/
Dspeex_echo.h70 typedef struct SpeexEchoState_ SpeexEchoState; typedef
77 SpeexEchoState *speex_echo_state_init(int frame_size, int filter_length);
86 SpeexEchoState *speex_echo_state_init_mc(int frame_size, int filter_length, int nb_mic, int nb_spea…
91 void speex_echo_state_destroy(SpeexEchoState *st);
101 void speex_echo_cancellation(SpeexEchoState *st, const spx_int16_t *rec, const spx_int16_t *play, s…
104 void speex_echo_cancel(SpeexEchoState *st, const spx_int16_t *rec, const spx_int16_t *play, spx_int…
112 void speex_echo_capture(SpeexEchoState *st, const spx_int16_t *rec, spx_int16_t *out);
118 void speex_echo_playback(SpeexEchoState *st, const spx_int16_t *play);
123 void speex_echo_state_reset(SpeexEchoState *st);
132 int speex_echo_ctl(SpeexEchoState *st, int request, void *ptr);
/external/speex/libspeexdsp/
Dmdf.c128 void speex_echo_get_residual(SpeexEchoState *st, spx_word32_t *Yout, int len);
402 EXPORT SpeexEchoState *speex_echo_state_init(int frame_size, int filter_length) in speex_echo_state_init()
407 EXPORT SpeexEchoState *speex_echo_state_init_mc(int frame_size, int filter_length, int nb_mic, int … in speex_echo_state_init_mc()
410 SpeexEchoState *st = (SpeexEchoState *)speex_alloc(sizeof(SpeexEchoState)); in speex_echo_state_init_mc()
530 EXPORT void speex_echo_state_reset(SpeexEchoState *st) in speex_echo_state_reset()
589 EXPORT void speex_echo_state_destroy(SpeexEchoState *st) in speex_echo_state_destroy()
636 EXPORT void speex_echo_capture(SpeexEchoState *st, const spx_int16_t *rec, spx_int16_t *out) in speex_echo_capture()
659 EXPORT void speex_echo_playback(SpeexEchoState *st, const spx_int16_t *play) in speex_echo_playback()
686 EXPORT void speex_echo_cancel(SpeexEchoState *st, const spx_int16_t *in, const spx_int16_t *far_end… 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()
[all …]
Dtestecho.c21 SpeexEchoState *st; in main()
Dpreprocess.c196 SpeexEchoState *echo_state;
715 void speex_echo_get_residual(SpeexEchoState *st, spx_word32_t *Yout, int len);
1165 st->echo_state = (SpeexEchoState*)ptr; in speex_preprocess_ctl()
1168 (*(SpeexEchoState**)ptr) = (SpeexEchoState*)st->echo_state; in speex_preprocess_ctl()