Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dmdf.c126 #define PLAYBACK_DELAY 2 macro
522 … st->play_buf = (spx_int16_t*)speex_alloc(K*(PLAYBACK_DELAY+1)*st->frame_size*sizeof(spx_int16_t)); in speex_echo_state_init_mc()
523 st->play_buf_pos = PLAYBACK_DELAY*st->frame_size; in speex_echo_state_init_mc()
583 st->play_buf_pos = PLAYBACK_DELAY*st->frame_size; in speex_echo_state_reset()
667 if (st->play_buf_pos<=PLAYBACK_DELAY*st->frame_size) in speex_echo_playback()
673 if (st->play_buf_pos <= (PLAYBACK_DELAY-1)*st->frame_size) in speex_echo_playback()