Searched refs:ScreenProfile (Results 1 – 2 of 2) sorted by relevance
116 class ScreenProfile {118 ScreenProfile(int32_t width, int32_t height, uint32_t rate, int32_t modeId) in ScreenProfile() function121 ~ScreenProfile() = default;123 bool operator==(const ScreenProfile& rValue) const171 std::vector<std::shared_ptr<ScreenProfile>> screenModeInfos_;175 std::shared_ptr<ScreenProfile> GetModeViaId(int32_t id) const;
108 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()