Searched refs:displayFrameRenderRate (Results 1 – 2 of 2) sorted by relevance
| /frameworks/native/services/surfaceflinger/FrameTimeline/ |
| D | FrameTimeline.h | 213 Fps displayFrameRenderRate, nsecs_t displayDeadlineDelta, 216 void onCommitNotComposited(Fps refreshRate, Fps displayFrameRenderRate); 251 Fps displayFrameRenderRate, nsecs_t* outDeadlineDelta) REQUIRES(mMutex);
|
| D | FrameTimeline.cpp | 569 Fps displayFrameRenderRate, nsecs_t* outDeadlineDelta) { in classifyJankLocked() argument 622 mJankSeverityType = std::abs(presentDelta) < displayFrameRenderRate.getPeriodNsecs() in classifyJankLocked() 656 nsecs_t adjustedDeadline = mLastLatchTime + displayFrameRenderRate.getPeriodNsecs(); in classifyJankLocked() 698 Fps displayFrameRenderRate, nsecs_t displayDeadlineDelta, in onPresent() argument 702 mDisplayFrameRenderRate = displayFrameRenderRate; in onPresent() 706 classifyJankLocked(displayFrameJankType, refreshRate, displayFrameRenderRate, &deadlineDelta); in onPresent() 740 void SurfaceFrame::onCommitNotComposited(Fps refreshRate, Fps displayFrameRenderRate) { in onCommitNotComposited() argument 743 mDisplayFrameRenderRate = displayFrameRenderRate; in onCommitNotComposited() 745 classifyJankLocked(JankType::None, refreshRate, displayFrameRenderRate, nullptr); in onCommitNotComposited()
|