Home
last modified time | relevance | path

Searched refs:ScreenColorGamut (Results 1 – 25 of 66) sorted by relevance

123

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_composer_adapter_test.cpp38 ScreenColorGamut colorGamut = ScreenColorGamut::COLOR_GAMUT_SRGB,
79 ScreenColorGamut colorGamut, ScreenState state, ScreenRotation rotation) in CreateComposerAdapterWithScreenInfo()
101 …CreateComposerAdapterWithScreenInfo(2160, 1080, ScreenColorGamut::COLOR_GAMUT_SRGB, ScreenState::U…
125 …CreateComposerAdapterWithScreenInfo(2160, 1080, ScreenColorGamut::COLOR_GAMUT_SRGB, ScreenState::U…
150 …CreateComposerAdapterWithScreenInfo(2160, 1080, ScreenColorGamut::COLOR_GAMUT_SRGB, ScreenState::U…
186 …CreateComposerAdapterWithScreenInfo(2160, 1080, ScreenColorGamut::COLOR_GAMUT_SRGB, ScreenState::U…
218 …CreateComposerAdapterWithScreenInfo(2160, 1080, ScreenColorGamut::COLOR_GAMUT_SRGB, ScreenState::U…
265 …CreateComposerAdapterWithScreenInfo(2160, 1080, ScreenColorGamut::COLOR_GAMUT_SRGB, ScreenState::U…
288 …CreateComposerAdapterWithScreenInfo(2160, 1080, ScreenColorGamut::COLOR_GAMUT_SRGB, ScreenState::U…
314 …CreateComposerAdapterWithScreenInfo(2160, 1080, ScreenColorGamut::COLOR_GAMUT_SRGB, ScreenState::U…
[all …]
H A Drs_hardware_thread_test.cpp39 ScreenColorGamut colorGamut = ScreenColorGamut::COLOR_GAMUT_SRGB,
93 ScreenColorGamut::COLOR_GAMUT_SRGB, ScreenState::UNKNOWN, ScreenRotation::ROTATION_0); in SetUp()
104 ScreenColorGamut colorGamut, ScreenState state, ScreenRotation rotation) in CreateComposerAdapterWithScreenInfo()
/ohos5.0/foundation/window/window_manager/test/systemtest/dms/
H A Dscreen_gamut_test.cpp67 std::vector<ScreenColorGamut> colorGamuts;
82 ScreenColorGamut colorGamut;
97 ScreenColorGamut colorGamutBackup;
99 ScreenColorGamut colorGamut;
100 std::vector<ScreenColorGamut> colorGamuts;
137 ScreenColorGamut colorGamutBefore;
138 ScreenColorGamut colorGamutAfter;
162 ScreenColorGamut colorGamutBefore;
163 ScreenColorGamut colorGamutAfter;
168 std::vector<ScreenColorGamut> colorGamuts;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.h80 virtual int32_t GetScreenSupportedColorGamuts(std::vector<ScreenColorGamut> &mode) const = 0;
84 virtual int32_t GetScreenColorGamut(ScreenColorGamut &mode) const = 0;
171 int32_t GetScreenSupportedColorGamuts(std::vector<ScreenColorGamut> &mode) const override;
175 int32_t GetScreenColorGamut(ScreenColorGamut &mode) const override;
252 std::vector<ScreenColorGamut> supportedVirtualColorGamuts_ = {
256 std::vector<ScreenColorGamut> supportedPhysicalColorGamuts_;
H A Drs_screen.cpp175 supportedPhysicalColorGamuts_.push_back(static_cast<ScreenColorGamut>(item)); in PhysicalScreenInit()
714 int32_t RSScreen::GetScreenSupportedColorGamuts(std::vector<ScreenColorGamut> &mode) const in GetScreenSupportedColorGamuts()
753 int32_t RSScreen::GetScreenColorGamut(ScreenColorGamut &mode) const in GetScreenColorGamut()
1009 [](ScreenColorGamut item) -> GraphicCM_ColorSpaceType { in GetScreenSupportedColorSpaces()
1015 [](ScreenColorGamut item) -> GraphicCM_ColorSpaceType { in GetScreenSupportedColorSpaces()
1027 ScreenColorGamut curGamut; in GetScreenColorSpace()
1039 ScreenColorGamut dstColorGamut = static_cast<ScreenColorGamut>(iter->second); in SetScreenColorSpace()
H A Drs_screen_manager.h164 …virtual int32_t GetScreenSupportedColorGamuts(ScreenId id, std::vector<ScreenColorGamut>& mode) co…
168 virtual int32_t GetScreenColorGamut(ScreenId id, ScreenColorGamut& mode) const = 0;
372 …int32_t GetScreenSupportedColorGamuts(ScreenId id, std::vector<ScreenColorGamut>& mode) const over…
376 int32_t GetScreenColorGamut(ScreenId id, ScreenColorGamut& mode) const override;
490 …int32_t GetScreenSupportedColorGamutsLocked(ScreenId id, std::vector<ScreenColorGamut>& mode) cons…
492 int32_t GetScreenColorGamutLocked(ScreenId id, ScreenColorGamut& mode) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/
H A Drsinterfaces_fuzzer.cpp106 std::vector<ScreenColorGamut> modes = { ScreenColorGamut::COLOR_GAMUT_INVALID }; in RSPhysicalScreenFuzzTest()
110 ScreenColorGamut mode = ScreenColorGamut::COLOR_GAMUT_INVALID; in RSPhysicalScreenFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H A Drs_screen_info.h41 ScreenColorGamut colorGamut = ScreenColorGamut::COLOR_GAMUT_SRGB;
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Dscreen.h183 DMError GetScreenSupportedColorGamuts(std::vector<ScreenColorGamut>& colorGamuts) const;
191 DMError GetScreenColorGamut(ScreenColorGamut& colorGamut) const;
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Dscreen_test.cpp135 std::vector<ScreenColorGamut> colorGamuts;
149 ScreenColorGamut colorGamut = ScreenColorGamut::COLOR_GAMUT_SRGB;
163 ScreenColorGamut colorGamut = ScreenColorGamut::COLOR_GAMUT_SRGB;
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen.h63 DMError GetScreenSupportedColorGamuts(std::vector<ScreenColorGamut>& colorGamuts);
64 DMError GetScreenColorGamut(ScreenColorGamut& colorGamut);
H A Ddisplay_manager_proxy.h51 …DMError GetScreenSupportedColorGamuts(ScreenId screenId, std::vector<ScreenColorGamut>& colorGamut…
52 DMError GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut) override;
H A Ddisplay_manager_service.h69 …DMError GetScreenSupportedColorGamuts(ScreenId screenId, std::vector<ScreenColorGamut>& colorGamut…
70 DMError GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut) override;
H A Dabstract_screen_controller.h81 …DMError GetScreenSupportedColorGamuts(ScreenId screenId, std::vector<ScreenColorGamut>& colorGamut…
82 DMError GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut);
H A Ddisplay_manager_interface.h68 …virtual DMError GetScreenSupportedColorGamuts(ScreenId screenId, std::vector<ScreenColorGamut>& co…
69 virtual DMError GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut) = 0;
/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_display_manager_adapter.h72 …tScreenSupportedColorGamuts, DMError(ScreenId screenId, std::vector<ScreenColorGamut>& colorGamuts…
73 MOCK_METHOD2(GetScreenColorGamut, DMError(ScreenId screenId, ScreenColorGamut& colorGamut));
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/
H A Drsrenderserviceconnectionproxy_fuzzer.cpp94 ScreenColorGamut screenColorGamut = (ScreenColorGamut)width; in DoSomethingInterestingWithMyAPI()
109 std::vector<ScreenColorGamut> mode; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_stub.cpp301 std::vector<ScreenColorGamut> colorGamuts; in OnRemoteRequest()
307 MarshallingHelper::MarshallingVectorObj<ScreenColorGamut>(reply, colorGamuts, in OnRemoteRequest()
308 [](Parcel& parcel, const ScreenColorGamut& color) { in OnRemoteRequest()
316 ScreenColorGamut colorGamut; in OnRemoteRequest()
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_service_test.cpp273 std::vector<ScreenColorGamut> colorGamuts;
277 ScreenColorGamut colorGamut = ScreenColorGamut::COLOR_GAMUT_SRGB;
281 colorGamut = ScreenColorGamut::COLOR_GAMUT_SRGB;
/ohos5.0/foundation/window/window_manager/dm/src/
H A Dscreen.cpp129 DMError Screen::GetScreenSupportedColorGamuts(std::vector<ScreenColorGamut>& colorGamuts) const in GetScreenSupportedColorGamuts()
134 DMError Screen::GetScreenColorGamut(ScreenColorGamut& colorGamut) const in GetScreenColorGamut()
/ohos5.0/foundation/window/window_manager/test/fuzztest/dms/screen_fuzzer/
H A Dscreen_fuzzer.cpp138 std::vector<ScreenColorGamut> colorGamuts; in ColorGamutsFuzzTest()
144 ScreenColorGamut colorGamut; in ColorGamutsFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/fuzztest/rsrenderserviceconnection_fuzzer/
H A Drsrenderserviceconnection_fuzzer.cpp346 std::vector<ScreenColorGamut> mode; in DoGetScreenSupportedColorGamuts()
349 mode.push_back((ScreenColorGamut)screenCol); in DoGetScreenSupportedColorGamuts()
402 ScreenColorGamut mode = (ScreenColorGamut)mod; in DoGetScreenColorGamut()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.h163 int32_t GetScreenSupportedColorGamuts(ScreenId id, std::vector<ScreenColorGamut>& mode);
167 int32_t GetScreenColorGamut(ScreenId id, ScreenColorGamut& mode);
/ohos5.0/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_adapter.h142 …virtual DMError GetScreenSupportedColorGamuts(ScreenId screenId, std::vector<ScreenColorGamut>& co…
143 virtual DMError GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut);
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h146 DMError GetScreenSupportedColorGamuts(std::vector<ScreenColorGamut>& colorGamuts);
147 DMError GetScreenColorGamut(ScreenColorGamut& colorGamut);

123