Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dmemblockq.h156 int64_t pa_memblockq_get_write_index(pa_memblockq *bq);
Dprotocol-native.c1330 int64_t windex = pa_memblockq_get_write_index(s->memblockq); in sink_input_process_msg()
1338 windex = PA_MIN(windex, pa_memblockq_get_write_index(s->memblockq)); in sink_input_process_msg()
1387 windex = pa_memblockq_get_write_index(s->memblockq); in sink_input_process_msg()
1394 windex = pa_memblockq_get_write_index(ssync->memblockq); in sink_input_process_msg()
1401 windex = pa_memblockq_get_write_index(ssync->memblockq); in sink_input_process_msg()
1421 s->write_index = pa_memblockq_get_write_index(s->memblockq); in sink_input_process_msg()
1432 windex = pa_memblockq_get_write_index(s->memblockq); in sink_input_process_msg()
2952 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
/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()