Home
last modified time | relevance | path

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 Dhyper_graphic_manager_test.cpp395 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 Dhgm_screen.h111 int32_t SetRateAndResolution(int32_t sceneId, uint32_t rate, int32_t width, int32_t height);
H A Dhgm_screen.cpp75 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 Dhgm_core.h212 …static int32_t SetRateAndResolution(ScreenId id, int32_t sceneId, int32_t rate, int32_t width, int…
H A Dhgm_core.cpp309 int32_t HgmCore::SetRateAndResolution(ScreenId id, int32_t sceneId, int32_t rate, int32_t width, in… in SetRateAndResolution() function in OHOS::Rosen::HgmCore