Home
last modified time | relevance | path

Searched refs:ancoSceneIt (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.cpp1163 auto ancoSceneIt = screenSetting.ancoSceneList.find(*ancoScenes_.begin()); in ProcessAncoRefreshRateVote() local
1166 if (configData != nullptr && ancoSceneIt != screenSetting.ancoSceneList.end() && in ProcessAncoRefreshRateVote()
1167 …configData->strategyConfigs_.find(ancoSceneIt->second.strategy) != configData->strategyConfigs_.en… in ProcessAncoRefreshRateVote()
1168 … min = static_cast<uint32_t>(configData->strategyConfigs_[ancoSceneIt->second.strategy].min); in ProcessAncoRefreshRateVote()
1169 … max = static_cast<uint32_t>(configData->strategyConfigs_[ancoSceneIt->second.strategy].max); in ProcessAncoRefreshRateVote()