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 D | jpeg_decoder.cpp | 187 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 D | jpeg_encoder.cpp | 145 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 D | jpeg_utils.h | 34 static constexpr uint32_t JPEG_IMAGE_NUM = 1; variable
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | jpeg_decoder_test.cpp | 115 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 D | jpeg_decoder_ex_test.cpp | 641 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 D | hdr_helper.cpp | 65 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()
|