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