Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVSyncPredictor.cpp286 const nsecs_t knownVsync = knownTimestampIter->second; in isVSyncInPhase() local
290 const auto numPeriods = static_cast<float>(vsync - knownVsync) / (period * divider); in isVSyncInPhase()