Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dsink-input.h60 PA_SINK_INPUT_PASSTHROUGH = 2048 enumerator
Dcli-text.c576 i->flags & PA_SINK_INPUT_PASSTHROUGH ? "PASSTHROUGH " : "", in pa_sink_input_list_to_string()
Dsink-input.c140 if (PA_UNLIKELY(data->flags & PA_SINK_INPUT_PASSTHROUGH)) in pa_sink_input_new_data_is_passthrough()
1401 if (PA_UNLIKELY(i->flags & PA_SINK_INPUT_PASSTHROUGH)) in pa_sink_input_is_passthrough()
Dprotocol-native.c2063 (passthrough ? PA_SINK_INPUT_PASSTHROUGH : 0); in command_create_playback_stream()