Searched refs:history_memblockq (Results 1 – 2 of 2) sorted by relevance
658 i->thread_info.history_memblockq = pa_memblockq_new( in pa_sink_input_new()854 if (i->thread_info.history_memblockq) in sink_input_free()855 pa_memblockq_free(i->thread_info.history_memblockq); in sink_input_free()1026 …pa_memblockq_seek(i->thread_info.history_memblockq, (int64_t) ilength_full, PA_SEEK_RELATIVE, true… in pa_sink_input_peek()1075 pa_memblockq_push(i->thread_info.history_memblockq, &wchunk); in pa_sink_input_peek()1159 hbq = pa_memblockq_get_write_index(i->thread_info.history_memblockq); in pa_sink_input_drop()1160 hbq -= pa_memblockq_get_read_index(i->thread_info.history_memblockq); in pa_sink_input_drop()1167 pa_memblockq_drop(i->thread_info.history_memblockq, hbq - rbq); in pa_sink_input_drop()1169 pa_memblockq_rewind(i->thread_info.history_memblockq, rbq - hbq); in pa_sink_input_drop()1183 pa_memblockq_silence(i->thread_info.history_memblockq); in pa_sink_input_process_underrun()[all …]
269 pa_memblockq *history_memblockq; member