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

/frameworks/native/libs/vr/libvrflinger/
H A Dvsync_service.cpp158 int64_t next_warp; local
165 next_warp = current_time;
174 next_warp = current_vsync_ + vsync_period_ns - compositor_time_ns_;
176 if (current_time > next_warp) {
177 next_warp += vsync_period_ns;
182 return {{vsync_period_ns, next_warp, next_vsync_count}};

Completed in 52 milliseconds