Searched refs:pa_memblockq_peek (Results 1 – 21 of 21) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | play-memblockq.c | 120 if (pa_memblockq_peek(u->memblockq, chunk) < 0) { in sink_input_pop_cb() 139 pa_assert_se(pa_memblockq_peek(u->memblockq, chunk) >= 0); in sink_input_pop_cb()
|
D | memblockq.h | 96 int pa_memblockq_peek(pa_memblockq* bq, pa_memchunk *chunk);
|
D | memblockq.c | 474 int pa_memblockq_peek(pa_memblockq* bq, pa_memchunk *chunk) { in pa_memblockq_peek() function 543 if (pa_memblockq_peek(bq, &tchunk) < 0) in pa_memblockq_peek_fixed_size() 950 if (pa_memblockq_peek(source, &chunk) < 0) in pa_memblockq_splice()
|
D | protocol-simple.c | 215 if (pa_memblockq_peek(c->output_memblockq, &chunk) < 0) { in do_write() 358 if (pa_memblockq_peek(c->input_memblockq, chunk) < 0) { in sink_input_pop_cb()
|
D | sound-file-stream.c | 154 if (pa_memblockq_peek(u->memblockq, chunk) >= 0) { in sink_input_pop_cb()
|
D | protocol-http.c | 150 if (pa_memblockq_peek(c->output_memblockq, &chunk) < 0) in do_write()
|
D | protocol-esound.c | 1213 if (pa_memblockq_peek(c->output_memblockq, &chunk) < 0) in do_write() 1377 if (pa_memblockq_peek(c->input_memblockq, chunk) < 0) { in sink_input_pop_cb()
|
D | source-output.c | 804 pa_assert_se(pa_memblockq_peek(o->thread_info.delay_memblockq, &qchunk) >= 0); in pa_source_output_push()
|
D | sink-input.c | 1111 pa_assert_se(pa_memblockq_peek(i->thread_info.render_memblockq, chunk) >= 0); in pa_sink_input_peek()
|
D | protocol-native.c | 1259 if (pa_memblockq_peek(r->memblockq, &chunk) >= 0) { in native_connection_send_memblock() 1526 if (pa_memblockq_peek(s->memblockq, chunk) < 0) in sink_input_pop_cb()
|
/third_party/pulseaudio/src/modules/rtp/ |
D | rtp-native.c | 105 if ((r = pa_memblockq_peek(q, &chunk)) >= 0) { in pa_rtp_send()
|
D | rtp-gstreamer.c | 291 if ((r = pa_memblockq_peek(q, &chunk)) >= 0) { in pa_rtp_send()
|
D | module-rtp-recv.c | 155 if (pa_memblockq_peek(s->memblockq, chunk) < 0) in sink_input_pop_cb()
|
/third_party/pulseaudio/src/tests/ |
D | memblockq-test.c | 100 if (pa_memblockq_peek(bq, &out) < 0) in dump()
|
/third_party/pulseaudio/src/modules/ |
D | module-virtual-sink.c | 234 while (pa_memblockq_peek(u->memblockq, &tchunk) < 0) { in sink_input_pop_cb()
|
D | module-virtual-source.c | 281 while (pa_memblockq_peek(u->sink_memblockq, &tchunk) < 0) { in source_output_push_cb()
|
D | module-equalizer-sink.c | 662 while (pa_memblockq_peek(u->input_q, &tchunk) < 0) { in sink_input_pop_cb() 694 pa_assert_se(pa_memblockq_peek(u->output_q, chunk) >= 0); in sink_input_pop_cb()
|
D | module-ladspa-sink.c | 483 while (pa_memblockq_peek(u->memblockq, &tchunk) < 0) { in sink_input_pop_cb()
|
D | module-combine-sink.c | 567 if (pa_memblockq_peek(o->memblockq, chunk) < 0) in sink_input_pop_cb()
|
D | module-loopback.c | 1033 if (pa_memblockq_peek(u->memblockq, chunk) < 0) { in sink_input_pop_cb()
|
/third_party/pulseaudio/src/pulse/ |
D | stream.c | 1654 if (pa_memblockq_peek(s->record_memblockq, &s->peek_memchunk) < 0) { in pa_stream_peek()
|