Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_ui_display_soloist_test.cpp24 constexpr uint32_t OLED_MIN_HZ = 0; variable
61 FrameRateRange frameRateRange(OLED_MIN_HZ, OLED_120_HZ, OLED_60_HZ);
90 FrameRateRange frameRateRange(OLED_MIN_HZ, OLED_120_HZ, OLED_120_HZ);
188 FrameRateRange frameRateRange1(OLED_MIN_HZ, OLED_120_HZ, OLED_120_HZ);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H A Dhgm_command.h35 OLED_MIN_HZ = 1, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_frame_rate_manager.cpp1185 VoteRange voteRange = { OLED_MIN_HZ, OLED_MAX_HZ }; in ProcessRefreshRateVote()