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/
H A Dremix-test.c62 RESAMPLE_FLAGS(PA_RESAMPLER_NO_REMIX), in main()
/third_party/pulseaudio/src/pulsecore/
H A Dresampler.h70 PA_RESAMPLER_NO_REMIX = 0x0004U, enumerator
H A Dsource-output.c426 (core->disable_remixing || (data->flags & PA_SOURCE_OUTPUT_NO_REMIX) ? PA_RESAMPLER_NO_REMIX : 0) | in pa_source_output_new()
1840 (o->core->disable_remixing || (o->flags & PA_SOURCE_OUTPUT_NO_REMIX) ? PA_RESAMPLER_NO_REMIX : 0) | in pa_source_output_update_resampler()
H A Dsink-input.c541 (core->disable_remixing || (data->flags & PA_SINK_INPUT_NO_REMIX) ? PA_RESAMPLER_NO_REMIX : 0) | in pa_sink_input_new()
2605 (i->core->disable_remixing || (i->flags & PA_SINK_INPUT_NO_REMIX) ? PA_RESAMPLER_NO_REMIX : 0) | in pa_sink_input_update_resampler()
H A Dresampler.c1048 } else if (r->flags & PA_RESAMPLER_NO_REMIX) { in setup_remap()

Completed in 9 milliseconds