Searched refs:deltaToVsync (Results 1 – 2 of 2) sorted by relevance
576 const nsecs_t deltaToVsync = refreshRate.getPeriodNsecs() > 0 in classifyJankLocked() local608 if (deltaToVsync < mJankClassificationThresholds.presentThreshold || in classifyJankLocked()609 deltaToVsync >= refreshRate.getPeriodNsecs() - in classifyJankLocked()646 if (deltaToVsync < mJankClassificationThresholds.presentThreshold || in classifyJankLocked()647 deltaToVsync >= refreshRate.getPeriodNsecs() - in classifyJankLocked()976 void FrameTimeline::DisplayFrame::classifyJank(nsecs_t& deadlineDelta, nsecs_t& deltaToVsync, in classifyJank() argument986 deltaToVsync = 0; in classifyJank()1009 deltaToVsync = mRefreshRate.getPeriodNsecs() > 0 in classifyJank()1044 if (deltaToVsync < mJankClassificationThresholds.presentThreshold || in classifyJank()1045 deltaToVsync >= (mRefreshRate.getPeriodNsecs() - in classifyJank()[all …]
431 void classifyJank(nsecs_t& deadlineDelta, nsecs_t& deltaToVsync,