Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncPredictor.cpp242 nsecs_t const anticipatedPeriod = top * kScalingFactor / bottom; in addVsyncTimestamp() local
243 nsecs_t const intercept = meanTS - (anticipatedPeriod * meanOrdinal / kScalingFactor); in addVsyncTimestamp()
245 auto const percent = std::abs(anticipatedPeriod - idealPeriod()) * kMaxPercent / idealPeriod(); in addVsyncTimestamp()
252 traceInt64If("VSP-period", anticipatedPeriod); in addVsyncTimestamp()
255 it->second = {anticipatedPeriod, intercept}; in addVsyncTimestamp()
258 mId.value, timestamp, anticipatedPeriod, intercept); in addVsyncTimestamp()