Home
last modified time | relevance | path

Searched refs:ONE_COMPONENT (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.cpp201 static constexpr int ONE_COMPONENT = 1; in AssembleComponentInfo() local
203 if (jpegCompressInfo->num_components != ONE_COMPONENT && in AssembleComponentInfo()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/
H A Dhdr_helper.cpp76 constexpr uint8_t ONE_COMPONENT = 1; variable
583 if (components != THREE_COMPONENTS && components != ONE_COMPONENT) { in ParseVividJpegExtendInfo()
742 ….extendMeta.metaISO.gainmapChannelNum = ((flag & 0x80) == 0x80) ? THREE_COMPONENTS : ONE_COMPONENT; in ParseISOMetadata()