Home
last modified time | relevance | path

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

/dports/multimedia/mpv/mpv-0.34.1/demux/
H A Ddemux.c1473 int got_total = num_kf < total && is_bof ? num_kf : total; in find_backward_restart_pos() local
1474 int got_preroll = MPMAX(got_total - batch, 0); in find_backward_restart_pos()
1476 if (got_total == 1) { in find_backward_restart_pos()
1478 } else if (got_total <= num_kf) { in find_backward_restart_pos()
1482 if (num_kf - cur_kf == got_total) { in find_backward_restart_pos()
1535 ds->back_range_count = got_total; in find_backward_restart_pos()