Searched refs:sfVsyncOffset (Results 1 – 1 of 1) sorted by relevance
67 long sfVsyncOffset = vsyncPeriod - (display.getPresentationDeadlineNanos() - ONE_MS_IN_NS); in calculateAppSurfaceFlingerVsyncOffsetMs() local68 return Math.max(0, (sfVsyncOffset - display.getAppVsyncOffsetNanos()) / ONE_MS_IN_NS); in calculateAppSurfaceFlingerVsyncOffsetMs()