Lines Matching defs:ochunk
945 spx_uint32_t ochunk = olen;
954 speex_resampler_process_native(st, channel_index, &ichunk, out, &ochunk);
956 olen -= ochunk;
957 out += ochunk * st->out_stride;
993 spx_uint32_t ochunk = (olen > ylen) ? ylen : olen;
997 omagic = speex_resampler_magic(st, channel_index, &y, ochunk);
998 ochunk -= omagic;
1014 speex_resampler_process_native(st, channel_index, &ichunk, y, &ochunk);
1017 ochunk = 0;
1020 for (j=0;j<ochunk+omagic;++j)
1028 olen -= ochunk;
1029 out += (ochunk+omagic) * ostride_save;