Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhgm_frame_rate_manager_test.cpp68 VoteRange voteRange2 = { OLED_60_HZ, OLED_90_HZ };
81 ASSERT_EQ(voteRangeRes.second, OledRefreshRate::OLED_90_HZ);
140 appBufferList.push_back(std::make_pair(otherSurface, OLED_90_HZ));
148 ASSERT_EQ(strategyConfig.min, OLED_90_HZ);
149 ASSERT_EQ(strategyConfig.max, OLED_90_HZ);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H A Dhgm_command.h42 OLED_90_HZ = 90, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_frame_rate_manager.cpp1165 uint32_t max = OLED_90_HZ; in ProcessAncoRefreshRateVote()