Home
last modified time | relevance | path

Searched refs:pa_stream_new (Results 1 - 11 of 11) sorted by relevance

/third_party/pulseaudio/src/tests/
H A Dlo-test-util.c220 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 Dconnect-stress.c175 streams[i] = pa_stream_new(c, name, &sample_spec, NULL); in context_state_callback()
H A Dsync-playback.c136 streams[i] = pa_stream_new(c, name, &sample_spec, NULL); in context_state_callback()
H A Dinterpol-test.c125 stream = pa_stream_new(c, "interpol-test", &ss, NULL); in context_state_callback()
/third_party/pulseaudio/src/pulse/
H A Dstream.h53 * pa_stream_new() or pa_stream_new_extended(). pa_stream_new() is for PCM
311 pa_stream* pa_stream_new(
H A Dsimple.c195 if (!(p->stream = pa_stream_new(p->context, stream_name, ss, map))) { in pa_simple_new()
H A Dstream.c57 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 Dpulse_audio_dec.c216 if (!(pd->stream = pa_stream_new(pd->context, pd->stream_name, &ss, &cmap))) { in pulse_read_header()
H A Dpulse_audio_enc.c561 s->stream = pa_stream_new(s->ctx, stream_name, &sample_spec, in pulse_write_header()
/third_party/pulseaudio/src/utils/
H A Dpadsp.c1037 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 Dpactl.c2253 sample_stream = pa_stream_new(c, sample_name, &sample_spec, NULL); in context_state_callback()

Completed in 16 milliseconds