Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Djpeg_hw_decoder.cpp202 static constexpr int THREE_COMPONENTS = 3; in AssembleComponentInfo() local
204 jpegCompressInfo->num_components != THREE_COMPONENTS) { in AssembleComponentInfo()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/
H A Dhdr_helper.cpp77 constexpr uint8_t THREE_COMPONENTS = 3; variable
583 if (components != THREE_COMPONENTS && components != ONE_COMPONENT) { in ParseVividJpegExtendInfo()
586 …endInfoMain extendInfoMain = ParseExtendInfoMain(data, dataOffset, components == THREE_COMPONENTS); in ParseVividJpegExtendInfo()
711 if (channelNum == THREE_COMPONENTS) { in ParseISOExtendInfoThreeCom()
742 …metadata.extendMeta.metaISO.gainmapChannelNum = ((flag & 0x80) == 0x80) ? THREE_COMPONENTS : ONE_C… in ParseISOMetadata()
1121 bytes[index++] = THREE_COMPONENTS; in PackExtendMetadata()
1256 const uint32_t isoExtendInfoSize = UINT32_BYTE_COUNT * extendInfoMainParaNum * THREE_COMPONENTS; in PackISOMetadataMarker()