Home
last modified time | relevance | path

Searched refs:pa_memblockq_get_write_index (Results 1 – 6 of 6) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dmemblockq.h156 int64_t pa_memblockq_get_write_index(pa_memblockq *bq);
Dprotocol-native.c1333 int64_t windex = pa_memblockq_get_write_index(s->memblockq); in sink_input_process_msg()
1341 windex = PA_MIN(windex, pa_memblockq_get_write_index(s->memblockq)); in sink_input_process_msg()
1390 windex = pa_memblockq_get_write_index(s->memblockq); in sink_input_process_msg()
1397 windex = pa_memblockq_get_write_index(ssync->memblockq); in sink_input_process_msg()
1404 windex = pa_memblockq_get_write_index(ssync->memblockq); in sink_input_process_msg()
1424 s->write_index = pa_memblockq_get_write_index(s->memblockq); in sink_input_process_msg()
1437 windex = pa_memblockq_get_write_index(s->memblockq); in sink_input_process_msg()
2969 pa_tagstruct_puts64(reply, pa_memblockq_get_write_index(s->memblockq)); in command_get_record_latency()
Dmemblockq.c760 int64_t pa_memblockq_get_write_index(pa_memblockq *bq) { in pa_memblockq_get_write_index() function
Dsink-input.c1154 rbq = pa_memblockq_get_write_index(i->thread_info.render_memblockq); in pa_sink_input_drop()
1156 hbq = pa_memblockq_get_write_index(i->thread_info.history_memblockq); in pa_sink_input_drop()
/third_party/pulseaudio/src/tests/
Dmemblockq-test.c218 ck_assert_int_eq(pa_memblockq_get_write_index(bq), 0); in START_TEST()
/third_party/pulseaudio/src/modules/rtp/
Dmodule-rtp-recv.c282 …wi = pa_bytes_to_usec((uint64_t) pa_memblockq_get_write_index(s->memblockq), &s->sink_input->sampl… in rtpoll_work_cb()