Home
last modified time | relevance | path

Searched refs:history_result (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dsink-input.c1257 int64_t history_result; in pa_sink_input_process_rewind() local
1262 history_result = pa_resampler_rewind(i->thread_info.resampler, sink_amount, i->thread_info.history_memblockq, history_bytes); in pa_sink_input_process_rewind()
1273 history_result -= (int64_t) pa_resampler_result(i->thread_info.resampler, history_bytes); in pa_sink_input_process_rewind()
1274 if (history_result != 0) in pa_sink_input_process_rewind()
1275 pa_memblockq_seek(i->thread_info.render_memblockq, history_result, PA_SEEK_RELATIVE, true); in pa_sink_input_process_rewind()

Completed in 4 milliseconds