Home
last modified time | relevance | path

Searched refs:pa_memblockq_peek (Results 1 – 21 of 21) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dplay-memblockq.c120 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()
Dmemblockq.h96 int pa_memblockq_peek(pa_memblockq* bq, pa_memchunk *chunk);
Dmemblockq.c474 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()
Dprotocol-simple.c215 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()
Dsound-file-stream.c154 if (pa_memblockq_peek(u->memblockq, chunk) >= 0) { in sink_input_pop_cb()
Dprotocol-http.c150 if (pa_memblockq_peek(c->output_memblockq, &chunk) < 0) in do_write()
Dprotocol-esound.c1213 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()
Dsource-output.c804 pa_assert_se(pa_memblockq_peek(o->thread_info.delay_memblockq, &qchunk) >= 0); in pa_source_output_push()
Dsink-input.c1111 pa_assert_se(pa_memblockq_peek(i->thread_info.render_memblockq, chunk) >= 0); in pa_sink_input_peek()
Dprotocol-native.c1259 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/
Drtp-native.c105 if ((r = pa_memblockq_peek(q, &chunk)) >= 0) { in pa_rtp_send()
Drtp-gstreamer.c291 if ((r = pa_memblockq_peek(q, &chunk)) >= 0) { in pa_rtp_send()
Dmodule-rtp-recv.c155 if (pa_memblockq_peek(s->memblockq, chunk) < 0) in sink_input_pop_cb()
/third_party/pulseaudio/src/tests/
Dmemblockq-test.c100 if (pa_memblockq_peek(bq, &out) < 0) in dump()
/third_party/pulseaudio/src/modules/
Dmodule-virtual-sink.c234 while (pa_memblockq_peek(u->memblockq, &tchunk) < 0) { in sink_input_pop_cb()
Dmodule-virtual-source.c281 while (pa_memblockq_peek(u->sink_memblockq, &tchunk) < 0) { in source_output_push_cb()
Dmodule-equalizer-sink.c662 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()
Dmodule-ladspa-sink.c483 while (pa_memblockq_peek(u->memblockq, &tchunk) < 0) { in sink_input_pop_cb()
Dmodule-combine-sink.c567 if (pa_memblockq_peek(o->memblockq, chunk) < 0) in sink_input_pop_cb()
Dmodule-loopback.c1033 if (pa_memblockq_peek(u->memblockq, chunk) < 0) { in sink_input_pop_cb()
/third_party/pulseaudio/src/pulse/
Dstream.c1654 if (pa_memblockq_peek(s->record_memblockq, &s->peek_memchunk) < 0) { in pa_stream_peek()