Searched refs:anticipatedPeriod (Results 1 – 1 of 1) sorted by relevance
184 nsecs_t const anticipatedPeriod = top * kScalingFactor / bottom; in addVsyncTimestamp() local185 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()