Home
last modified time | relevance | path

Searched refs:PA_STREAM_UPLOAD (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dstream.c1062 …((s->direction != PA_STREAM_UPLOAD) && (pa_tagstruct_getu32(t, &s->stream_index) < 0 || s->stream_… in pa_create_stream_callback()
1088 if (s->context->version >= 12 && s->direction != PA_STREAM_UPLOAD) { in pa_create_stream_callback()
1123 if (s->context->version >= 13 && s->direction != PA_STREAM_UPLOAD) { in pa_create_stream_callback()
1427 …Y(s->context, s->direction == PA_STREAM_PLAYBACK || s->direction == PA_STREAM_UPLOAD, PA_ERR_BADST… in pa_stream_begin_write()
1461 …Y(s->context, s->direction == PA_STREAM_PLAYBACK || s->direction == PA_STREAM_UPLOAD, PA_ERR_BADST… in pa_stream_cancel_write()
1489 …Y(s->context, s->direction == PA_STREAM_PLAYBACK || s->direction == PA_STREAM_UPLOAD, PA_ERR_BADST… in pa_stream_write_ext_free()
1740 pa_assert(s->direction != PA_STREAM_UPLOAD); in calc_time()
1993 PA_CHECK_VALIDITY_RETURN_NULL(s->context, s->direction != PA_STREAM_UPLOAD, PA_ERR_BADSTATE); in pa_stream_update_timing_info()
2276 PA_CHECK_VALIDITY_RETURN_NULL(s->context, s->direction != PA_STREAM_UPLOAD, PA_ERR_BADSTATE); in pa_stream_cork()
2334 PA_CHECK_VALIDITY_RETURN_NULL(s->context, s->direction != PA_STREAM_UPLOAD, PA_ERR_BADSTATE); in pa_stream_flush()
[all …]
Ddef.h162 PA_STREAM_UPLOAD /**< Sample upload stream */ enumerator
169 #define PA_STREAM_UPLOAD PA_STREAM_UPLOAD macro
Dscache.c58 s->direction = PA_STREAM_UPLOAD; in pa_stream_connect_upload()