Searched refs:aux_time (Results 1 – 1 of 1) sorted by relevance
435 unsigned long long aux_time; in get_trailer_time() local447 aux_time = trailer_timestamp(te) - te->progusage2; in get_trailer_time()448 aux_time = (aux_time >> 9) * 125 + (((aux_time & 0x1ff) * 125) >> 9); in get_trailer_time()449 return aux_time; in get_trailer_time()