Searched refs:PA_RESAMPLER_NO_REMIX (Results 1 – 5 of 5) sorted by relevance
62 RESAMPLE_FLAGS(PA_RESAMPLER_NO_REMIX), in main()
70 PA_RESAMPLER_NO_REMIX = 0x0004U, enumerator
424 …(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()
477 … (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()
893 } else if (r->flags & PA_RESAMPLER_NO_REMIX) { in setup_remap()