Home
last modified time | relevance | path

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

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