Home
last modified time | relevance | path

Searched refs:SetHdrFormats (Results 1 - 10 of 10) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H A Drs_screen_hdr_capability.h45 void SetHdrFormats(const std::vector<ScreenHDRFormat>& formats);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/
H A Drs_screen_hdr_capability.cpp62 void RSScreenHDRCapability::SetHdrFormats(const std::vector<ScreenHDRFormat>& formats) in SetHdrFormats() function in OHOS::Rosen::RSScreenHDRCapability
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsbasescreenmanager_fuzzer/
H A Drsbasescreenmanager_fuzzer.cpp104 hdrScreenCapability.SetHdrFormats(hdrFormats); in RSScreenHdrCapabilityFuzzTest()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsscreenhdrcapability_fuzzer/
H A Drsscreenhdrcapability_fuzzer.cpp224 capability.SetHdrFormats(hdrFormats); in DoSetHdrFormats()
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h184 void SetHdrFormats(std::vector<uint32_t>&& hdrFormats);
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager.h256 void SetHdrFormats(ScreenId screenId, sptr<ScreenSession>& session);
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp239 displayInfo->SetHdrFormats(hdrFormats_); in ConvertToDisplayInfo()
1421 void ScreenSession::SetHdrFormats(std::vector<uint32_t>&& hdrFormats) in SetHdrFormats() function in OHOS::Rosen::ScreenSession
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp986 * @tc.name: SetHdrFormats
990 HWTEST_F(ScreenSessionTest, SetHdrFormats, Function | SmallTest | Level2) in HWTEST_F()
992 GTEST_LOG_(INFO) << "SetHdrFormats start"; in HWTEST_F()
1001 screenSession->SetHdrFormats(std::move(hdrFormats)); in HWTEST_F()
1002 GTEST_LOG_(INFO) << "SetHdrFormats end"; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen_manager.cpp1792 screenHdrCapability.SetHdrFormats(hdrFormats); in GetScreenHDRCapabilityLocked()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp1533 SetHdrFormats(screenId, session); in GetOrCreateScreenSession()
1541 void ScreenSessionManager::SetHdrFormats(ScreenId screenId, sptr<ScreenSession>& session) in SetHdrFormats() function in OHOS::Rosen::ScreenSessionManager
1543 TLOGI(WmsLogTag::DMS, "SetHdrFormats %{public}" PRIu64, screenId); in SetHdrFormats()
1553 session->SetHdrFormats(std::move(hdrFormat)); in SetHdrFormats()

Completed in 22 milliseconds