Home
last modified time | relevance | path

Searched refs:pa_memblockq_peek (Results 1 – 22 of 22) 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.c797 pa_assert_se(pa_memblockq_peek(o->thread_info.delay_memblockq, &qchunk) >= 0); in pa_source_output_push()
Dsink-input.c1021 pa_assert_se(pa_memblockq_peek(i->thread_info.render_memblockq, chunk) >= 0); in pa_sink_input_peek()
Dprotocol-native.c1256 if (pa_memblockq_peek(r->memblockq, &chunk) >= 0) { in native_connection_send_memblock()
1521 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.c253 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.c231 while (pa_memblockq_peek(u->memblockq, &tchunk) < 0) { in sink_input_pop_cb()
Dmodule-virtual-source.c278 while (pa_memblockq_peek(u->sink_memblockq, &tchunk) < 0) { in source_output_push_cb()
Dmodule-virtual-surround-sink.c257 while (pa_memblockq_peek(u->memblockq, &tchunk) < 0) { in sink_input_pop_cb()
Dmodule-equalizer-sink.c659 while (pa_memblockq_peek(u->input_q, &tchunk) < 0) { in sink_input_pop_cb()
691 pa_assert_se(pa_memblockq_peek(u->output_q, chunk) >= 0); in sink_input_pop_cb()
Dmodule-ladspa-sink.c480 while (pa_memblockq_peek(u->memblockq, &tchunk) < 0) { in sink_input_pop_cb()
Dmodule-combine-sink.c452 if (pa_memblockq_peek(o->memblockq, chunk) < 0) in sink_input_pop_cb()
Dmodule-loopback.c834 if (pa_memblockq_peek(u->memblockq, chunk) < 0) { in sink_input_pop_cb()
/third_party/pulseaudio/src/pulse/
Dstream.c1631 if (pa_memblockq_peek(s->record_memblockq, &s->peek_memchunk) < 0) { in pa_stream_peek()