Searched refs:pa_stream_new_with_proplist (Results 1 – 9 of 9) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
D | stream.h | 320 pa_stream* pa_stream_new_with_proplist(
|
D | stream.c | 56 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/ |
D | map-file | 315 pa_stream_new_with_proplist;
|
/third_party/pulseaudio/src/modules/ |
D | module-tunnel-sink-new.c | 315 u->stream = pa_stream_new_with_proplist(u->context, in context_state_cb()
|
D | module-tunnel-source-new.c | 313 u->stream = pa_stream_new_with_proplist(u->context, in context_state_cb()
|
/third_party/pulseaudio/src/utils/ |
D | pacat.c | 452 … 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/ |
D | pulsesrc.c | 1314 if (!(pulsesrc->stream = pa_stream_new_with_proplist (pulsesrc->context, in gst_pulsesrc_create_stream()
|
/third_party/pulseaudio/vala/ |
D | libpulse.vapi | 1197 [CCode (cname="pa_stream_new_with_proplist")]
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 90194 pulsesink: Always call pa_stream_new_with_proplist() 90195 pa_stream_new_with_proplist() can take a NULL proplist, so we don't need
|