Home
last modified time | relevance | path

Searched refs:tc_last (Results 1 – 1 of 1) sorted by path

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmultitrack.c14476 weed_timecode_t tc, new_tc, tc_last, new_tc_last, tc_first, block_tc; in remove_gaps_inner() local
14502 tc_last = q_gint64(mt->region_end * TICKS_PER_SECOND_DBL, mt->fps); in remove_gaps_inner()
14525 block = get_block_after(eventbox, tc_last / TICKS_PER_SECOND_DBL, TRUE); in remove_gaps_inner()
14529 if (new_tc_last < tc_last) tc_last = new_tc_last; in remove_gaps_inner()
14547 while (tc <= tc_last) { in remove_gaps_inner()
14552 if (new_tc > tc_last) break; in remove_gaps_inner()
14582 tc = tc_last; in remove_gaps_inner()