Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/
H A Dmodule-virtual-surround-sink.c737 pa_sample_spec hrir_left_temp_ss; in pa__init() local
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()
793 if (!pa_sample_spec_equal(&hrir_left_temp_ss, &hrir_right_temp_ss)) { in pa__init()
805 ss_input.channels = hrir_left_temp_ss.channels; in pa__init()
933 resampler = pa_resampler_new(u->sink->core->mempool, &hrir_left_temp_ss, &hrir_map, &ss_input, &hrir_map, u->sink->core->lfe_crossover_freq, 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()
952 pa_silence_memblock(hrir_left_temp_chunk.memblock, &hrir_left_temp_ss); in pa__init()

Completed in 3 milliseconds