Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3562 const auto currentVsyncPeriod = mScheduler->getDisplayStatInfo(systemTime()).vsyncPeriod; in frameIsEarly() local
3563 const auto earlyLatchVsyncThreshold = currentVsyncPeriod / 2; in frameIsEarly()