Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_screen.h116 class ScreenProfile {
118 ScreenProfile(int32_t width, int32_t height, uint32_t rate, int32_t modeId) in ScreenProfile() function
121 ~ScreenProfile() = default;
123 bool operator==(const ScreenProfile& rValue) const
171 std::vector<std::shared_ptr<ScreenProfile>> screenModeInfos_;
175 std::shared_ptr<ScreenProfile> GetModeViaId(int32_t id) const;
H A Dhgm_screen.cpp108 auto newProfile = std::make_shared<ScreenProfile>(width, height, rate, modeId); in AddScreenModeInfo()
119 std::shared_ptr<HgmScreen::ScreenProfile> HgmScreen::GetModeViaId(int32_t id) const in GetModeViaId()