Home
last modified time | relevance | path

Searched refs:GetModeIdViaResolutionAndRate (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.cpp81 int32_t modeIdToApply = GetModeIdViaResolutionAndRate(width, height, rate); in SetRateAndResolution()
168 …int32_t mode = GetModeIdViaResolutionAndRate(profilePtr->GetWidth(), profilePtr->GetHeight(), rate… in GetModeIdViaRate()
172 int32_t HgmScreen::GetModeIdViaResolutionAndRate(int32_t width, int32_t height, uint32_t rate) const in GetModeIdViaResolutionAndRate() function in OHOS::Rosen::HgmScreen
H A Dhgm_screen.h178 int32_t GetModeIdViaResolutionAndRate(int32_t width, int32_t height, uint32_t rate) const;