Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVSyncPredictor.cpp148 auto const oldest_ts = *std::min_element(mTimestamps.begin(), mTimestamps.end()); in addVsyncTimestamp() local
160 vsyncTS[i] = mTimestamps[i] - oldest_ts; in addVsyncTimestamp()