Home
last modified time | relevance | path

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

/third_party/weston/libweston/
Dcompositor.c3030 struct timespec target_now = {}; in convert_presentation_time_now() local
3037 clock_gettime(target_clock, &target_now); in convert_presentation_time_now()
3039 timespec_add_nsec(&target_stamp, &target_now, delta_ns); in convert_presentation_time_now()