Lines Matching defs:hrir_left_temp_chunk
738 pa_memchunk hrir_left_temp_chunk, hrir_left_temp_chunk_resampled;
747 hrir_left_temp_chunk.memblock = NULL;
783 if (pa_sound_file_load(master->core->mempool, hrir_left_file, &hrir_left_temp_ss, &hrir_map, &hrir_left_temp_chunk, NULL) < 0) {
936 hrir_samples = hrir_left_temp_chunk.length / pa_frame_size(&hrir_left_temp_ss) * ss_input.rate / hrir_left_temp_ss.rate;
949 pa_resampler_run(resampler, &hrir_left_temp_chunk, &hrir_left_temp_chunk_resampled);
950 if (hrir_left_temp_chunk.memblock != hrir_left_temp_chunk_resampled.memblock) {
952 pa_silence_memblock(hrir_left_temp_chunk.memblock, &hrir_left_temp_ss);
973 pa_memblock_unref(hrir_left_temp_chunk.memblock);
974 hrir_left_temp_chunk.memblock = NULL;
1160 if (hrir_left_temp_chunk.memblock)
1161 pa_memblock_unref(hrir_left_temp_chunk.memblock);