Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
H A Dstream.c266 pa_hashmap_remove((s->direction == PA_STREAM_RECORD) ? s->context->record_streams : s->context->playback_streams, PA_UINT32_TO_PTR(s->channel)); in stream_unlink()
583 if (s->direction == PA_STREAM_RECORD) in pa_command_stream_moved()
671 if (s->direction == PA_STREAM_RECORD) in pa_command_stream_buffer_attr()
1091 ((s->direction != PA_STREAM_RECORD) && pa_tagstruct_getu32(t, &requested_bytes) < 0)) { in pa_create_stream_callback()
1107 } else if (s->direction == PA_STREAM_RECORD) { in pa_create_stream_callback()
1164 if (s->direction == PA_STREAM_RECORD) in pa_create_stream_callback()
1191 if (s->direction == PA_STREAM_RECORD) { in pa_create_stream_callback()
1207 pa_hashmap_put((s->direction == PA_STREAM_RECORD) ? s->context->record_streams : s->context->playback_streams, PA_UINT32_TO_PTR(s->channel), s); in pa_create_stream_callback()
1232 pa_assert(direction == PA_STREAM_PLAYBACK || direction == PA_STREAM_RECORD); in create_stream()
1236 PA_CHECK_VALIDITY(s->context, s->direct_on_input == PA_INVALID_INDEX || direction == PA_STREAM_RECORD, PA_ERR_BADSTAT in create_stream()
[all...]
H A Ddef.h161 PA_STREAM_RECORD, /**< Record stream */ enumerator
168 #define PA_STREAM_RECORD PA_STREAM_RECORD macro
H A Dsimple.c152 CHECK_VALIDITY_RETURN_ANY(rerror, dir == PA_STREAM_PLAYBACK || dir == PA_STREAM_RECORD, PA_ERR_INVALID, NULL); 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/
H A Dparec-simple.c65 if (!(s = pa_simple_new(NULL, argv[0], PA_STREAM_RECORD, NULL, "record", &ss, NULL, NULL, &error))) { in main()

Completed in 7 milliseconds