Home
last modified time | relevance | path

Searched refs:PA_RESAMPLER_NO_REMAP (Results 1 – 6 of 6) sorted by relevance

/third_party/pulseaudio/src/tests/
Dremix-test.c61 RESAMPLE_FLAGS(PA_RESAMPLER_NO_REMAP), in main()
/third_party/pulseaudio/src/pulsecore/
Dresampler.h69 PA_RESAMPLER_NO_REMAP = 0x0002U, /* implies NO_REMIX */ enumerator
Dresampler.c370 … r->map_required = (r->i_ss.channels != r->o_ss.channels || (!(r->flags & PA_RESAMPLER_NO_REMAP) && in pa_resampler_new()
889 if (r->flags & PA_RESAMPLER_NO_REMAP) { in setup_remap()
Dsource-output.c423 ((data->flags & PA_SOURCE_OUTPUT_NO_REMAP) ? PA_RESAMPLER_NO_REMAP : 0) | in pa_source_output_new()
1783 … ((o->flags & PA_SOURCE_OUTPUT_NO_REMAP) ? PA_RESAMPLER_NO_REMAP : 0) | in pa_source_output_update_resampler()
Dsink-input.c476 ((data->flags & PA_SINK_INPUT_NO_REMAP) ? PA_RESAMPLER_NO_REMAP : 0) | in pa_sink_input_new()
2320 … ((i->flags & PA_SINK_INPUT_NO_REMAP) ? PA_RESAMPLER_NO_REMAP : 0) | in pa_sink_input_update_resampler()
/third_party/pulseaudio/src/modules/
Dmodule-virtual-surround-sink.c794 PA_RESAMPLER_SRC_SINC_BEST_QUALITY, PA_RESAMPLER_NO_REMAP); in pa__init()