Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dsource-output.c491 o->thread_info.delay_memblockq = pa_memblockq_new( in pa_source_output_new()
652 if (o->thread_info.delay_memblockq) in source_output_free()
653 pa_memblockq_free(o->thread_info.delay_memblockq); in source_output_free()
761 if (pa_memblockq_push(o->thread_info.delay_memblockq, chunk) < 0) { in pa_source_output_push()
763 …pa_memblockq_seek(o->thread_info.delay_memblockq, (int64_t) chunk->length, PA_SEEK_RELATIVE, true); in pa_source_output_push()
791 while ((length = pa_memblockq_get_length(o->thread_info.delay_memblockq)) > limit) { in pa_source_output_push()
797 pa_assert_se(pa_memblockq_peek(o->thread_info.delay_memblockq, &qchunk) >= 0); in pa_source_output_push()
852 pa_memblockq_drop(o->thread_info.delay_memblockq, qchunk.length); in pa_source_output_push()
868 pa_assert(pa_memblockq_get_length(o->thread_info.delay_memblockq) == 0); in pa_source_output_process_rewind()
882 … pa_memblockq_seek(o->thread_info.delay_memblockq, - ((int64_t) nbytes), PA_SEEK_RELATIVE, true); in pa_source_output_process_rewind()
[all …]
Dsource-output.h218 pa_memblockq *delay_memblockq; member
/third_party/pulseaudio/src/modules/
Dmodule-remap-source.c102 …_bytes_to_usec(pa_memblockq_get_length(u->source_output->thread_info.delay_memblockq), &u->source_… in source_process_msg_cb()
Dmodule-virtual-source.c178 …_bytes_to_usec(pa_memblockq_get_length(u->source_output->thread_info.delay_memblockq), &u->source_… in source_process_msg_cb()
Dmodule-loopback.c592 length = pa_memblockq_get_length(u->source_output->thread_info.delay_memblockq); in source_output_process_msg_cb()
/third_party/pulseaudio/src/modules/echo-cancel/
Dmodule-echo-cancel.c421 …_bytes_to_usec(pa_memblockq_get_length(u->source_output->thread_info.delay_memblockq), &u->source_… in source_process_msg_cb()
1053 delay = pa_memblockq_get_length(u->source_output->thread_info.delay_memblockq); in source_output_snapshot_within_thread()