Searched refs:pa_stream_new (Results 1 - 11 of 11) sorted by relevance
/third_party/pulseaudio/src/tests/ |
H A D | lo-test-util.c | 220 ctx->play_stream = pa_stream_new(c, "loopback: play", &ctx->sample_spec, NULL); in context_state_callback() 236 ctx->rec_stream = pa_stream_new(c, "loopback: rec", &ctx->sample_spec, NULL); in context_state_callback()
|
H A D | connect-stress.c | 175 streams[i] = pa_stream_new(c, name, &sample_spec, NULL); in context_state_callback()
|
H A D | sync-playback.c | 136 streams[i] = pa_stream_new(c, name, &sample_spec, NULL); in context_state_callback()
|
H A D | interpol-test.c | 125 stream = pa_stream_new(c, "interpol-test", &ss, NULL); in context_state_callback()
|
/third_party/pulseaudio/src/pulse/ |
H A D | stream.h | 53 * pa_stream_new() or pa_stream_new_extended(). pa_stream_new() is for PCM 311 pa_stream* pa_stream_new(
|
H A D | simple.c | 195 if (!(p->stream = pa_stream_new(p->context, stream_name, ss, map))) { in pa_simple_new()
|
H A D | stream.c | 57 pa_stream *pa_stream_new(pa_context *c, const char *name, const pa_sample_spec *ss, const pa_channel_map *map) { in pa_stream_new() function
|
/third_party/ffmpeg/libavdevice/ |
H A D | pulse_audio_dec.c | 216 if (!(pd->stream = pa_stream_new(pd->context, pd->stream_name, &ss, &cmap))) { in pulse_read_header()
|
H A D | pulse_audio_enc.c | 561 s->stream = pa_stream_new(s->ctx, stream_name, &sample_spec, in pulse_write_header()
|
/third_party/pulseaudio/src/utils/ |
H A D | padsp.c | 1037 if (!(i->play_stream = pa_stream_new(i->context, stream_name(), &i->sample_spec, NULL))) { in create_playback_stream() 1038 debug(DEBUG_LEVEL_NORMAL, __FILE__": pa_stream_new() failed: %s\n", pa_strerror(pa_context_errno(i->context))); in create_playback_stream() 1081 if (!(i->rec_stream = pa_stream_new(i->context, stream_name(), &i->sample_spec, NULL))) { in create_record_stream() 1082 debug(DEBUG_LEVEL_NORMAL, __FILE__": pa_stream_new() failed: %s\n", pa_strerror(pa_context_errno(i->context))); in create_record_stream()
|
H A D | pactl.c | 2253 sample_stream = pa_stream_new(c, sample_name, &sample_spec, NULL); in context_state_callback()
|
Completed in 16 milliseconds