Searched refs:ochunk (Results 1 - 1 of 1) sorted by relevance
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | resample.c | 945 spx_uint32_t ochunk = olen; in speex_resampler_process_int() local 954 speex_resampler_process_native(st, channel_index, &ichunk, out, &ochunk); in speex_resampler_process_int() 956 olen -= ochunk; in speex_resampler_process_int() 957 out += ochunk * st->out_stride; in speex_resampler_process_int() 993 spx_uint32_t ochunk = (olen > ylen) ? ylen : olen; in speex_resampler_process_float() local 997 omagic = speex_resampler_magic(st, channel_index, &y, ochunk); in speex_resampler_process_float() 998 ochunk -= omagic; in speex_resampler_process_float() 1014 speex_resampler_process_native(st, channel_index, &ichunk, y, &ochunk); in speex_resampler_process_float() 1017 ochunk = 0; in speex_resampler_process_float() 1020 for (j=0;j<ochunk in speex_resampler_process_float() [all...] |
Completed in 4 milliseconds