Home
last modified time | relevance | path

Searched refs:pa_stream_new_with_proplist (Results 1 – 9 of 9) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dstream.h320 pa_stream* pa_stream_new_with_proplist(
Dstream.c56 return pa_stream_new_with_proplist(c, name, ss, map, NULL); in pa_stream_new()
207 pa_stream *pa_stream_new_with_proplist( in pa_stream_new_with_proplist() function
/third_party/pulseaudio/src/
Dmap-file315 pa_stream_new_with_proplist;
/third_party/pulseaudio/src/modules/
Dmodule-tunnel-sink-new.c315 u->stream = pa_stream_new_with_proplist(u->context, in context_state_cb()
Dmodule-tunnel-source-new.c313 u->stream = pa_stream_new_with_proplist(u->context, in context_state_cb()
/third_party/pulseaudio/src/utils/
Dpacat.c452 … if (!(stream = pa_stream_new_with_proplist(c, NULL, &sample_spec, &channel_map, proplist))) { in context_state_callback()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsesrc.c1314 if (!(pulsesrc->stream = pa_stream_new_with_proplist (pulsesrc->context, in gst_pulsesrc_create_stream()
/third_party/pulseaudio/vala/
Dlibpulse.vapi1197 [CCode (cname="pa_stream_new_with_proplist")]
/third_party/gstreamer/gstplugins_good/
DChangeLog90194 pulsesink: Always call pa_stream_new_with_proplist()
90195 pa_stream_new_with_proplist() can take a NULL proplist, so we don't need