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.c1086 …((s->direction != PA_STREAM_UPLOAD) && (pa_tagstruct_getu32(t, &s->stream_index) < 0 || s->stream_… in pa_create_stream_callback()
1112 if (s->context->version >= 12 && s->direction != PA_STREAM_UPLOAD) { in pa_create_stream_callback()
1152 if (s->context->version >= 13 && s->direction != PA_STREAM_UPLOAD) { in pa_create_stream_callback()
1460 …Y(s->context, s->direction == PA_STREAM_PLAYBACK || s->direction == PA_STREAM_UPLOAD, PA_ERR_BADST… in pa_stream_begin_write()
1494 …Y(s->context, s->direction == PA_STREAM_PLAYBACK || s->direction == PA_STREAM_UPLOAD, PA_ERR_BADST… in pa_stream_cancel_write()
1522 …Y(s->context, s->direction == PA_STREAM_PLAYBACK || s->direction == PA_STREAM_UPLOAD, PA_ERR_BADST… in pa_stream_write_ext_free()
1773 pa_assert(s->direction != PA_STREAM_UPLOAD); in calc_time()
2044 PA_CHECK_VALIDITY_RETURN_NULL(s->context, s->direction != PA_STREAM_UPLOAD, PA_ERR_BADSTATE); in pa_stream_update_timing_info()
2341 PA_CHECK_VALIDITY_RETURN_NULL(s->context, s->direction != PA_STREAM_UPLOAD, PA_ERR_BADSTATE); in pa_stream_cork()
2399 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()