Home
last modified time | relevance | path

Searched refs:PA_RESAMPLER_NO_REMIX (Results 1 – 5 of 5) sorted by relevance

/third_party/pulseaudio/src/tests/
Dremix-test.c62 RESAMPLE_FLAGS(PA_RESAMPLER_NO_REMIX), in main()
/third_party/pulseaudio/src/pulsecore/
Dresampler.h70 PA_RESAMPLER_NO_REMIX = 0x0004U, enumerator
Dsource-output.c424 …(core->disable_remixing || (data->flags & PA_SOURCE_OUTPUT_NO_REMIX) ? PA_RESAMPLER_NO_REMIX : 0) | in pa_source_output_new()
1784 …(o->core->disable_remixing || (o->flags & PA_SOURCE_OUTPUT_NO_REMIX) ? PA_RESAMPLER_NO_REMIX : 0) | in pa_source_output_update_resampler()
Dsink-input.c477 … (core->disable_remixing || (data->flags & PA_SINK_INPUT_NO_REMIX) ? PA_RESAMPLER_NO_REMIX : 0) | in pa_sink_input_new()
2321 … (i->core->disable_remixing || (i->flags & PA_SINK_INPUT_NO_REMIX) ? PA_RESAMPLER_NO_REMIX : 0) | in pa_sink_input_update_resampler()
Dresampler.c893 } else if (r->flags & PA_RESAMPLER_NO_REMIX) { in setup_remap()