Searched refs:upExpectFps (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/ |
H A D | hgm_multi_app_strategy.cpp | 83 touchInfo_ = { touchInfo.pkgName, touchInfo.touchState, touchInfo.upExpectFps }; in HandleTouchInfo() 435 } else if (touchInfo->touchState == TouchState::UP_STATE && touchInfo->upExpectFps > 0) { in UpdateStrategyByTouch() 437 touchInfo->touchState, touchInfo->upExpectFps); in UpdateStrategyByTouch() 438 strategy.min = touchInfo->upExpectFps; in UpdateStrategyByTouch() 439 strategy.max = touchInfo->upExpectFps; in UpdateStrategyByTouch() 452 } else if (touchInfo->touchState == TouchState::UP_STATE && touchInfo->upExpectFps > 0) { in UpdateStrategyByTouch() 454 pkgName.c_str(), touchInfo->touchState, touchInfo->upExpectFps); in UpdateStrategyByTouch() 455 strategy.min = touchInfo->upExpectFps; in UpdateStrategyByTouch() 456 strategy.max = touchInfo->upExpectFps; in UpdateStrategyByTouch()
|
H A D | hgm_multi_app_strategy.h | 46 int32_t upExpectFps; member
|
H A D | hgm_frame_rate_manager.cpp | 166 .upExpectFps = OLED_120_HZ, in InitTouchManager() 292 .upExpectFps = currTouchUpExpectedFPS, in UpdateGuaranteedPlanVote()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/ |
H A D | hgm_multi_app_strategy_test.cpp | 149 .upExpectFps = OLED_120_HZ, 206 .upExpectFps = OLED_120_HZ, 260 .upExpectFps = OLED_120_HZ, 305 .upExpectFps = OLED_120_HZ, 346 .upExpectFps = OLED_120_HZ, 387 .upExpectFps = OLED_120_HZ,
|