Searched refs:pa_stream_new_with_proplist (Results 1 - 5 of 5) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
H A D | stream.h | 309 * sample type. It is recommended to use pa_stream_new_with_proplist() 320 pa_stream* pa_stream_new_with_proplist( 790 * pa_stream_new_with_proplist() as possible instead a posteriori with
|
H A D | stream.c | 58 return pa_stream_new_with_proplist(c, name, ss, map, NULL); in pa_stream_new() 211 pa_stream *pa_stream_new_with_proplist( in pa_stream_new_with_proplist() function
|
/third_party/pulseaudio/src/modules/ |
H A D | module-tunnel-sink-new.c | 385 u->stream = pa_stream_new_with_proplist(u->context, in on_sink_created()
|
H A D | module-tunnel-source-new.c | 369 u->stream = pa_stream_new_with_proplist(u->context, in on_source_created()
|
/third_party/pulseaudio/src/utils/ |
H A D | pacat.c | 452 if (!(stream = pa_stream_new_with_proplist(c, NULL, &sample_spec, &channel_map, proplist))) { in context_state_callback()
|
Completed in 12 milliseconds