Home
last modified time | relevance | path

Searched refs:hrir_right_temp_chunk (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/modules/
H A Dmodule-virtual-surround-sink.c743 pa_memchunk hrir_right_temp_chunk, hrir_right_temp_chunk_resampled; in pa__init() local
749 hrir_right_temp_chunk.memblock = NULL; in pa__init()
789 if (pa_sound_file_load(master->core->mempool, hrir_right_file, &hrir_right_temp_ss, &hrir_right_map, &hrir_right_temp_chunk, NULL) < 0) { in pa__init()
983 pa_resampler_run(resampler, &hrir_right_temp_chunk, &hrir_right_temp_chunk_resampled); in pa__init()
984 if (hrir_right_temp_chunk.memblock != hrir_right_temp_chunk_resampled.memblock) { in pa__init()
986 pa_silence_memblock(hrir_right_temp_chunk.memblock, &hrir_right_temp_ss); in pa__init()
1007 pa_memblock_unref(hrir_right_temp_chunk.memblock); in pa__init()
1008 hrir_right_temp_chunk.memblock = NULL; in pa__init()
1166 if (hrir_right_temp_chunk.memblock) in pa__init()
1167 pa_memblock_unref(hrir_right_temp_chunk in pa__init()
[all...]

Completed in 3 milliseconds