Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_frame_rate_manager.cpp284 int32_t currTouchUpExpectedFPS = idleDetector_.GetTouchUpExpectedFPS(); in UpdateGuaranteedPlanVote() local
285 if (currTouchUpExpectedFPS == lastTouchUpExpectFps_) { in UpdateGuaranteedPlanVote()
289 lastTouchUpExpectFps_ = currTouchUpExpectedFPS; in UpdateGuaranteedPlanVote()
292 .upExpectFps = currTouchUpExpectedFPS, in UpdateGuaranteedPlanVote()