Searched refs:deltaToVsync (Results 1 – 2 of 2) sorted by relevance
518 const nsecs_t deltaToVsync = refreshRate.getPeriodNsecs() > 0 in classifyJankLocked() local541 if (deltaToVsync < mJankClassificationThresholds.presentThreshold || in classifyJankLocked()542 deltaToVsync >= refreshRate.getPeriodNsecs() - in classifyJankLocked()579 if (deltaToVsync < mJankClassificationThresholds.presentThreshold || in classifyJankLocked()580 deltaToVsync >= refreshRate.getPeriodNsecs() - in classifyJankLocked()886 void FrameTimeline::DisplayFrame::classifyJank(nsecs_t& deadlineDelta, nsecs_t& deltaToVsync, in classifyJank() argument894 deltaToVsync = 0; in classifyJank()912 deltaToVsync = mRefreshRate.getPeriodNsecs() > 0 in classifyJank()942 if (deltaToVsync < mJankClassificationThresholds.presentThreshold || in classifyJank()943 deltaToVsync >= (mRefreshRate.getPeriodNsecs() - in classifyJank()[all …]
408 void classifyJank(nsecs_t& deadlineDelta, nsecs_t& deltaToVsync,