Home
last modified time | relevance | path

Searched refs:hrir_left_temp_chunk_resampled (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
748 hrir_left_temp_chunk_resampled.memblock = NULL; 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()
955 if (hrir_left_temp_chunk_resampled.memblock) { in pa__init()
957 hrir_temp_data = (float *) pa_memblock_acquire(hrir_left_temp_chunk_resampled.memblock); in pa__init()
959 if (hrir_total_length - hrir_copied_length >= hrir_left_temp_chunk_resampled.length) { in pa__init()
960 memcpy(hrir_data + hrir_copied_length, hrir_temp_data, hrir_left_temp_chunk_resampled.length); in pa__init()
961 hrir_copied_length += hrir_left_temp_chunk_resampled.length; in pa__init()
967 pa_memblock_release(hrir_left_temp_chunk_resampled in pa__init()
[all...]

Completed in 2 milliseconds