Home
last modified time | relevance | path

Searched refs:PA_STREAM_RECORD (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dstream.c262 …pa_hashmap_remove((s->direction == PA_STREAM_RECORD) ? s->context->record_streams : s->context->pl… in stream_unlink()
563 if (s->direction == PA_STREAM_RECORD) in pa_command_stream_moved()
651 if (s->direction == PA_STREAM_RECORD) in pa_command_stream_buffer_attr()
1063 ((s->direction != PA_STREAM_RECORD) && pa_tagstruct_getu32(t, &requested_bytes) < 0)) { in pa_create_stream_callback()
1079 } else if (s->direction == PA_STREAM_RECORD) { in pa_create_stream_callback()
1131 if (s->direction == PA_STREAM_RECORD) in pa_create_stream_callback()
1158 if (s->direction == PA_STREAM_RECORD) { in pa_create_stream_callback()
1174 …pa_hashmap_put((s->direction == PA_STREAM_RECORD) ? s->context->record_streams : s->context->playb… in pa_create_stream_callback()
1199 pa_assert(direction == PA_STREAM_PLAYBACK || direction == PA_STREAM_RECORD); in create_stream()
1203 …(s->context, s->direct_on_input == PA_INVALID_INDEX || direction == PA_STREAM_RECORD, PA_ERR_BADST… in create_stream()
[all …]
Ddef.h161 PA_STREAM_RECORD, /**< Record stream */ enumerator
168 #define PA_STREAM_RECORD PA_STREAM_RECORD macro
Dsimple.c152 …CHECK_VALIDITY_RETURN_ANY(rerror, dir == PA_STREAM_PLAYBACK || dir == PA_STREAM_RECORD, PA_ERR_INV… in pa_simple_new()
315 CHECK_VALIDITY_RETURN_ANY(rerror, p->direction == PA_STREAM_RECORD, PA_ERR_BADSTATE, -1); in pa_simple_read()
466 if (p->direction == PA_STREAM_RECORD) { in pa_simple_get_latency()
/third_party/pulseaudio/src/tests/
Dparec-simple.c65 …if (!(s = pa_simple_new(NULL, argv[0], PA_STREAM_RECORD, NULL, "record", &ss, NULL, NULL, &error))… in main()