Home
last modified time | relevance | path

Searched refs:history_memblockq (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dsink-input.c655 i->thread_info.history_memblockq = pa_memblockq_new( in pa_sink_input_new()
851 if (i->thread_info.history_memblockq) in sink_input_free()
852 pa_memblockq_free(i->thread_info.history_memblockq); in sink_input_free()
1023 …pa_memblockq_seek(i->thread_info.history_memblockq, (int64_t) ilength_full, PA_SEEK_RELATIVE, true… in pa_sink_input_peek()
1072 pa_memblockq_push(i->thread_info.history_memblockq, &wchunk); in pa_sink_input_peek()
1156 hbq = pa_memblockq_get_write_index(i->thread_info.history_memblockq); in pa_sink_input_drop()
1157 hbq -= pa_memblockq_get_read_index(i->thread_info.history_memblockq); in pa_sink_input_drop()
1164 pa_memblockq_drop(i->thread_info.history_memblockq, hbq - rbq); in pa_sink_input_drop()
1166 pa_memblockq_rewind(i->thread_info.history_memblockq, rbq - hbq); in pa_sink_input_drop()
1180 pa_memblockq_silence(i->thread_info.history_memblockq); in pa_sink_input_process_underrun()
[all …]
Dsink-input.h267 pa_memblockq *history_memblockq; member