Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp5141 const Duration earlyLatchVsyncThreshold = mScheduler->getVsyncSchedule()->minFramePeriod() / 2; in frameIsEarly() local
5144 predictedPresentTime - expectedPresentTime >= earlyLatchVsyncThreshold; in frameIsEarly()