Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/
H A Dmodule-virtual-surround-sink.c738 pa_memchunk hrir_left_temp_chunk, hrir_left_temp_chunk_resampled; in pa__init() local
747 hrir_left_temp_chunk.memblock = NULL; in pa__init()
783 if (pa_sound_file_load(master->core->mempool, hrir_left_file, &hrir_left_temp_ss, &hrir_map, &hrir_left_temp_chunk, NULL) < 0) { in pa__init()
936 hrir_samples = hrir_left_temp_chunk.length / pa_frame_size(&hrir_left_temp_ss) * ss_input.rate / hrir_left_temp_ss.rate; in pa__init()
949 pa_resampler_run(resampler, &hrir_left_temp_chunk, &hrir_left_temp_chunk_resampled); in pa__init()
950 if (hrir_left_temp_chunk.memblock != hrir_left_temp_chunk_resampled.memblock) { in pa__init()
952 pa_silence_memblock(hrir_left_temp_chunk.memblock, &hrir_left_temp_ss); in pa__init()
973 pa_memblock_unref(hrir_left_temp_chunk.memblock); in pa__init()
974 hrir_left_temp_chunk.memblock = NULL; in pa__init()
1160 if (hrir_left_temp_chunk in pa__init()
[all...]

Completed in 3 milliseconds