Home
last modified time | relevance | path

Searched refs:COLOR_INFO_BYTES (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.cpp75 constexpr uint8_t COLOR_INFO_BYTES = 3; variable
458 if (size > length - offset || size != COLOR_INFO_BYTES) { in ParseColorInfo()
1073 bytes[offset++] = COLOR_INFO_BYTES; in PackExtendInfoExtention()
1077 bytes[offset++] = COLOR_INFO_BYTES; in PackExtendInfoExtention()
1081 bytes[offset++] = COLOR_INFO_BYTES; in PackExtendInfoExtention()
1085 bytes[offset++] = COLOR_INFO_BYTES; in PackExtendInfoExtention()
1101 uint16_t extendInfoExtentionSize = (COLOR_INFO_BYTES + UINT8_BYTE_COUNT) * colorInfoNum + in GetExtendMetadataSize()