OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:speex_echo_cancellation
(Results
1 - 2
of
2
) sorted by null
/external/speex/include/speex/
speex_echo.h
101
void
speex_echo_cancellation
(SpeexEchoState *st, const spx_int16_t *rec, const spx_int16_t *play, spx_int16_t *out);
/external/speex/libspeex/
mdf.c
643
speex_echo_cancellation
(st, rec, st->play_buf, out);
688
speex_echo_cancellation
(st, in, far_end, out);
692
EXPORT void
speex_echo_cancellation
(SpeexEchoState *st, const spx_int16_t *in, const spx_int16_t *far_end, spx_int16_t *out)
function
[
all
...]
Completed in 1441 milliseconds