Searched refs:ff_NSEC_PER_SEC (Results 1 – 3 of 3) sorted by relevance
55 #define ff_NSEC_PER_SEC (1000ULL * 1000ULL * 1000ULL) macro
189 return ((uint64_t)sec * ff_NSEC_PER_SEC + nsec); in ff_clock_gettime_ns()
1221 return ((ns * tc->tc_frequency) / ff_NSEC_PER_SEC); in ff_tc_get_timecount()