Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dsource-output.h59 PA_SOURCE_OUTPUT_PASSTHROUGH = 2048 enumerator
Dcli-text.c479 o->flags & PA_SOURCE_OUTPUT_PASSTHROUGH ? "PASSTHROUGH " : "", in pa_source_output_list_to_string()
Dsource-output.c81 if (PA_UNLIKELY(data->flags & PA_SOURCE_OUTPUT_PASSTHROUGH)) in pa_source_output_new_data_is_passthrough()
1053 if (PA_UNLIKELY(o->flags & PA_SOURCE_OUTPUT_PASSTHROUGH)) in pa_source_output_is_passthrough()
Dprotocol-native.c2387 (passthrough ? PA_SOURCE_OUTPUT_PASSTHROUGH : 0); in command_create_record_stream()