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/
H A Dremix-test.c61 RESAMPLE_FLAGS(PA_RESAMPLER_NO_REMAP), in main()
/third_party/pulseaudio/src/pulsecore/
H A Dresampler.h69 PA_RESAMPLER_NO_REMAP = 0x0002U, /* implies NO_REMIX */ enumerator
H A Dresampler.c392 r->map_required = (r->i_ss.channels != r->o_ss.channels || (!(r->flags & PA_RESAMPLER_NO_REMAP) && in pa_resampler_new()
1044 if (r->flags & PA_RESAMPLER_NO_REMAP) { in setup_remap()
H A Dsource-output.c425 ((data->flags & PA_SOURCE_OUTPUT_NO_REMAP) ? PA_RESAMPLER_NO_REMAP : 0) | in pa_source_output_new()
1839 ((o->flags & PA_SOURCE_OUTPUT_NO_REMAP) ? PA_RESAMPLER_NO_REMAP : 0) | in pa_source_output_update_resampler()
H A Dsink-input.c540 ((data->flags & PA_SINK_INPUT_NO_REMAP) ? PA_RESAMPLER_NO_REMAP : 0) | in pa_sink_input_new()
2604 ((i->flags & PA_SINK_INPUT_NO_REMAP) ? PA_RESAMPLER_NO_REMAP : 0) | in pa_sink_input_update_resampler()
/third_party/pulseaudio/src/modules/
H A Dmodule-virtual-surround-sink.c934 PA_RESAMPLER_SRC_SINC_BEST_QUALITY, PA_RESAMPLER_NO_REMAP); in pa__init()

Completed in 10 milliseconds