Home
last modified time | relevance | path

Searched defs:VsyncError (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVSyncPredictor.cpp254 struct VsyncError { in isVSyncInPhase() struct
255 nsecs_t vsyncTimestamp; in isVSyncInPhase()
256 float error; in isVSyncInPhase()
258 bool operator<(const VsyncError& other) const { return error < other.error; } in isVSyncInPhase()