Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
Ddef.h832 PA_SINK_SET_FORMATS = 0x0100U, enumerator
863 #define PA_SINK_SET_FORMATS PA_SINK_SET_FORMATS macro
/third_party/pulseaudio/src/modules/
Dmodule-null-sink.c388 …ink = pa_sink_new(m->core, &data, PA_SINK_LATENCY | PA_SINK_DYNAMIC_LATENCY | PA_SINK_SET_FORMATS); in pa__init()
/third_party/pulseaudio/src/utils/
Dpactl.c631 …if (i->flags & PA_SINK_SET_FORMATS) pa_json_encoder_add_element_string(flags_encoder, "SET_FORMATS… in get_sink_info_callback()
700 i->flags & PA_SINK_SET_FORMATS ? "SET_FORMATS " : "", in get_sink_info_callback()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-sink.c2681 (set_formats ? PA_SINK_SET_FORMATS : 0)); in pa_alsa_sink_new()