Home
last modified time | relevance | path

Searched refs:hdrFormatLength (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A D_native_display_manager___display_hdr_format.md20 | uint32_t [hdrFormatLength](#hdrformatlength) | 显示设备的HDR格式长度。 |
27 ### hdrFormatLength subsection
30 uint32_t NativeDisplayManager_DisplayHdrFormat::hdrFormatLength
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_native_display_manager___display_hdr_format.md20 | uint32_t [hdrFormatLength](#hdrformatlength) | Number of HDR formats supported by the display.|
27 ### hdrFormatLength subsection
30 uint32_t NativeDisplayManager_DisplayHdrFormat::hdrFormatLength
/ohos5.0/foundation/window/window_manager/interfaces/kits/dmndk/dm/
H A Doh_display_info.h246 uint32_t hdrFormatLength; member
/ohos5.0/foundation/window/window_manager/dm/src/
H A Doh_display_manager.cpp659 displayInfo->hdrFormat->hdrFormatLength = static_cast<uint32_t>(hdrFormats.size()); in NativeDisplayManager_SetHdrFormat()