Home
last modified time | relevance | path

Searched refs:PA_SOURCE_OUTPUT_NO_REMAP (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dsource-output.h51 PA_SOURCE_OUTPUT_NO_REMAP = 8, enumerator
Dcli-text.c471 o->flags & PA_SOURCE_OUTPUT_NO_REMAP ? "NO_REMAP " : "", in pa_source_output_list_to_string()
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()
Dprotocol-native.c2386 (no_remap ? PA_SOURCE_OUTPUT_NO_REMAP : 0) | in command_create_record_stream()