Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libvrflinger/
Dvsync_service.cpp157 int64_t next_warp; in OnGetSchedInfo() local
164 next_warp = current_time; in OnGetSchedInfo()
173 next_warp = current_vsync_ + vsync_period_ns - compositor_time_ns_; in OnGetSchedInfo()
175 if (current_time > next_warp) { in OnGetSchedInfo()
176 next_warp += vsync_period_ns; in OnGetSchedInfo()
181 return {{vsync_period_ns, next_warp, next_vsync_count}}; in OnGetSchedInfo()