Lines Matching refs:out_chunk
230 pa_memchunk in_chunk, out_chunk, rewound_chunk, silence_chunk;
347 pa_resampler_run(resampler, &in_chunk, &out_chunk);
348 if (!out_chunk.memblock) {
356 if (rewind > out_chunk.length / pa_frame_size(&b)) {
357 pa_log_warn("Specified number of frames to rewind (%u) larger than number of output frames (%lu), aborting.", rewind, out_chunk.length / pa_frame_size(&b));
415 old_length = out_chunk.length;
416 out_chunk.length = rewound_chunk.length;
417 out_chunk.index = old_length - out_chunk.length;
419 max_diff = compare_blocks(&b, &out_chunk, &rewound_chunk);
426 pa_memblock_unref(out_chunk.memblock);