Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/
H A Dhdr_helper.cpp64 constexpr uint32_t UINT32_BYTE_COUNT = 4; variable
958 VIVID_PRE_INFO_SIZE + UINT32_BYTE_COUNT + // offset size in GetBaseVividMarkerSize()
959 UINT32_BYTE_COUNT; // gainmap length size in GetBaseVividMarkerSize()
1004 uint32_t isoBaseLength = UINT32_BYTE_COUNT + ISO_GAINMAP_TAG_SIZE + UINT32_BYTE_COUNT; in PackBaseISOMarker()
1020 uint32_t hdrMediaTypeLength = UINT32_BYTE_COUNT + HDR_MEDIA_TYPE_TAG_SIZE + UINT32_BYTE_COUNT; in PackHdrMediaTypeMarker()
1182 uint32_t markerLength = UINT32_BYTE_COUNT + ITUT35_TAG_SIZE + VIVID_METADATA_PRE_INFO_SIZE + in PackVividMetadataMarker()
1254 … UINT8_BYTE_COUNT + UINT32_BYTE_COUNT + UINT32_BYTE_COUNT + UINT32_BYTE_COUNT + UINT32_BYTE_COUNT; in PackISOMetadataMarker()
1256 const uint32_t isoExtendInfoSize = UINT32_BYTE_COUNT * extendInfoMainParaNum * THREE_COMPONENTS; in PackISOMetadataMarker()
1258 uint32_t markerLength = UINT32_BYTE_COUNT + ISO_GAINMAP_TAG_SIZE + UINT32_BYTE_COUNT + in PackISOMetadataMarker()