Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncPredictor.cpp196 nsecs_t const anticipatedPeriod = top * kScalingFactor / bottom; in addVsyncTimestamp() local
197 nsecs_t const intercept = meanTS - (anticipatedPeriod * meanOrdinal / kScalingFactor); in addVsyncTimestamp()
199 auto const percent = std::abs(anticipatedPeriod - mIdealPeriod) * kMaxPercent / mIdealPeriod; in addVsyncTimestamp()
206 traceInt64If("VSP-period", anticipatedPeriod); in addVsyncTimestamp()
209 it->second = {anticipatedPeriod, intercept}; in addVsyncTimestamp()
212 anticipatedPeriod, intercept); in addVsyncTimestamp()