Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_frame_rate_manager.h252 int32_t lastTouchUpExpectFps_ = 0; variable
H A Dhgm_frame_rate_manager.cpp266 lastTouchUpExpectFps_ = 0; in UpdateGuaranteedPlanVote()
285 if (currTouchUpExpectedFPS == lastTouchUpExpectFps_) { in UpdateGuaranteedPlanVote()
289 lastTouchUpExpectFps_ = currTouchUpExpectedFPS; in UpdateGuaranteedPlanVote()