Searched refs:VIDEO_HLG (Results 1 - 7 of 7) sorted by relevance
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/hdr_capability/hdr_capability_utils/ |
H A D | js_hdr_format_utils.h | 40 VIDEO_HLG = 1, member in OHOS::HdrCapability::ApiHDRFormat 51 { "VIDEO_HLG", ApiHDRFormat::VIDEO_HLG },
|
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/ |
H A D | js_display.h | 48 VIDEO_HLG = 1,
member in OHOS::Rosen::HDRFormat
|
H A D | js_display.cpp | 92 VIDEO_HLG,
137 { ScreenHDRFormat::VIDEO_HLG, HDRFormat::VIDEO_HLG },
member in OHOS::Rosen::__anon12073::ScreenHDRFormat
|
H A D | js_display_manager.cpp | 1129 napi_set_named_property(env, objValue, "VIDEO_HLG",
in InitHDRFormat() 1130 CreateJsValue(env, static_cast<uint32_t>(HDRFormat::VIDEO_HLG)));
in InitHDRFormat()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/ |
H A D | screen_types.h | 145 VIDEO_HLG,
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen.cpp | 58 {GRAPHIC_HLG, VIDEO_HLG},
64 {VIDEO_HLG, GRAPHIC_HLG},
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_proxy_test.cpp | 580 ScreenHDRFormat hdrFormats = ScreenHDRFormat{VIDEO_HLG}; in HWTEST_F()
|
Completed in 10 milliseconds