Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp187 if (index >= JPEG_IMAGE_NUM) { in GetImageSize()
188 … IMAGE_LOGE("decode image index:[%{public}u] out of range:[%{public}u].", index, JPEG_IMAGE_NUM); in GetImageSize()
309 if (index >= JPEG_IMAGE_NUM) { in SetDecodeOptions()
310 … IMAGE_LOGE("decode image index:[%{public}u] out of range:[%{public}u].", index, JPEG_IMAGE_NUM); in SetDecodeOptions()
504 if (index >= JPEG_IMAGE_NUM) { in Decode()
505 … IMAGE_LOGE("decode image index:[%{public}u] out of range:[%{public}u].", index, JPEG_IMAGE_NUM); in Decode()
563 if (index >= JPEG_IMAGE_NUM) { in PromoteIncrementalDecode()
564 … IMAGE_LOGE("decode image index:[%{public}u] out of range:[%{public}u].", index, JPEG_IMAGE_NUM); in PromoteIncrementalDecode()
H A Djpeg_encoder.cpp145 if (pixelMaps_.size() >= JPEG_IMAGE_NUM) { in AddImage()
146 IMAGE_LOGE("add pixel map out of range:[%{public}u].", JPEG_IMAGE_NUM); in AddImage()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Djpeg_utils.h34 static constexpr uint32_t JPEG_IMAGE_NUM = 1; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpeg_decoder_test.cpp115 uint32_t result = jpegDecoder->SetDecodeOptions(JPEG_IMAGE_NUM, opts, info);
208 uint32_t result = jpegDecoder->GetImageSize(JPEG_IMAGE_NUM, plSize);
284 uint32_t result = jpegDecoder->Decode(JPEG_IMAGE_NUM, context);
360 uint32_t result = jpegDecoder->PromoteIncrementalDecode(JPEG_IMAGE_NUM, context);
H A Djpeg_decoder_ex_test.cpp641 uint32_t result = jpegDecoder->SetDecodeOptions(JPEG_IMAGE_NUM, opts, info);
755 uint32_t result = jpegDecoder->GetImageSize(JPEG_IMAGE_NUM, plSize);
793 uint32_t result = jpegDecoder->Decode(JPEG_IMAGE_NUM, context);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/
H A Dhdr_helper.cpp65 constexpr uint8_t JPEG_IMAGE_NUM = 2; variable
168 if (extendedFrameNumber < JPEG_IMAGE_NUM) { in GetVividJpegGainMapOffset()
230 if (imageNum < JPEG_IMAGE_NUM) { in ParseMpfOffset()
620 if (extendedFrameNumber < JPEG_IMAGE_NUM) { in ParseVividMetadata()