Home
last modified time | relevance | path

Searched refs:hrir_right_temp_chunk_resampled (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
750 hrir_right_temp_chunk_resampled.memblock = NULL; 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()
989 if (hrir_right_temp_chunk_resampled.memblock) { in pa__init()
991 hrir_temp_data = (float *) pa_memblock_acquire(hrir_right_temp_chunk_resampled.memblock); in pa__init()
993 if (hrir_total_length - hrir_copied_length >= hrir_right_temp_chunk_resampled.length) { in pa__init()
994 memcpy(hrir_right_data + hrir_copied_length, hrir_temp_data, hrir_right_temp_chunk_resampled.length); in pa__init()
995 hrir_copied_length += hrir_right_temp_chunk_resampled.length; in pa__init()
1001 pa_memblock_release(hrir_right_temp_chunk_resampled in pa__init()
[all...]

Completed in 2 milliseconds