Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dsink-input.h52 PA_SINK_INPUT_NO_REMAP = 8, enumerator
Dcli-text.c568 i->flags & PA_SINK_INPUT_NO_REMAP ? "NO_REMAP " : "", in pa_sink_input_list_to_string()
Dsink-input.c476 ((data->flags & PA_SINK_INPUT_NO_REMAP) ? PA_RESAMPLER_NO_REMAP : 0) | in pa_sink_input_new()
2320 … ((i->flags & PA_SINK_INPUT_NO_REMAP) ? PA_RESAMPLER_NO_REMAP : 0) | in pa_sink_input_update_resampler()
Dprotocol-native.c2051 (no_remap ? PA_SINK_INPUT_NO_REMAP : 0) | in command_create_playback_stream()