Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.cpp523 if (std::abs(presentDelta) > mJankClassificationThresholds.presentThreshold) { in classifyJankLocked()
536 if (deltaToVsync < mJankClassificationThresholds.presentThreshold || in classifyJankLocked()
538 mJankClassificationThresholds.presentThreshold) { in classifyJankLocked()
574 if (deltaToVsync < mJankClassificationThresholds.presentThreshold || in classifyJankLocked()
908 if (std::abs(presentDelta) > mJankClassificationThresholds.presentThreshold) { in classifyJank()
934 if (deltaToVsync < mJankClassificationThresholds.presentThreshold || in classifyJank()
936 mJankClassificationThresholds.presentThreshold)) { in classifyJank()
954 mJankClassificationThresholds.presentThreshold || in classifyJank()
963 if (deltaToVsync < mJankClassificationThresholds.presentThreshold || in classifyJank()
965 mJankClassificationThresholds.presentThreshold)) { in classifyJank()
[all …]
H A DFrameTimeline.h98 nsecs_t presentThreshold = std::chrono::duration_cast<std::chrono::nanoseconds>(2ms).count(); member