Searched refs:SetRateAndResolution (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/ |
H A D | hyper_graphic_manager_test.cpp | 395 screen2->SetRateAndResolution(screenId2, rate2, width, height); 396 EXPECT_EQ(screen2->SetRateAndResolution(screenId2, rate, width, height), mode); 397 EXPECT_EQ(screen2->SetRateAndResolution(screenId2, rate3, width, height), -1); 398 EXPECT_EQ(screen2->SetRateAndResolution(screenId2, rate4, width, height), -1); 399 EXPECT_EQ(screen2->SetRateAndResolution(screenId2, rate5, width, height), -1); 400 EXPECT_EQ(screen2->SetRateAndResolution(screenId2, rate5, width2, height2), -1); 401 EXPECT_EQ(screen2->SetRateAndResolution(screenId2, rate5, width, height2), -1); 402 EXPECT_EQ(screen2->SetRateAndResolution(screenId2, rate5, width2, height), -1); 403 EXPECT_EQ(screen2->SetRateAndResolution(screenId2, rate, width2, height2), -1); 404 EXPECT_EQ(screen2->SetRateAndResolution(screenId2, rate, width, height2), -1); [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/ |
H A D | hgm_screen.h | 111 int32_t SetRateAndResolution(int32_t sceneId, uint32_t rate, int32_t width, int32_t height);
|
H A D | hgm_screen.cpp | 75 int32_t HgmScreen::SetRateAndResolution(int32_t sceneId, uint32_t rate, int32_t width, int32_t heig… in SetRateAndResolution() function in OHOS::Rosen::HgmScreen
|
H A D | hgm_core.h | 212 …static int32_t SetRateAndResolution(ScreenId id, int32_t sceneId, int32_t rate, int32_t width, int…
|
H A D | hgm_core.cpp | 309 int32_t HgmCore::SetRateAndResolution(ScreenId id, int32_t sceneId, int32_t rate, int32_t width, in… in SetRateAndResolution() function in OHOS::Rosen::HgmCore
|