OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:play_buf
(Results
1 - 1
of
1
) sorted by null
/external/speex/libspeex/
mdf.c
188
spx_int16_t *
play_buf
;
member in struct:SpeexEchoState_
522
st->
play_buf
= (spx_int16_t*)speex_alloc(K*(PLAYBACK_DELAY+1)*st->frame_size*sizeof(spx_int16_t));
582
st->
play_buf
[i] = 0;
625
speex_free(st->
play_buf
);
643
speex_echo_cancellation(st, rec, st->
play_buf
, out);
646
st->
play_buf
[i] = st->
play_buf
[i+st->frame_size];
671
st->
play_buf
[st->play_buf_pos+i] = play[i];
677
st->
play_buf
[st->play_buf_pos+i] = play[i];
[
all
...]
Completed in 75 milliseconds