Home
last modified time | relevance | path

Searched refs:ERR_IMAGE_DECODE_ABNORMAL (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_decoder.cpp92 return ERR_IMAGE_DECODE_ABNORMAL; in GetTopLevelImageNum()
98 return ERR_IMAGE_DECODE_ABNORMAL; in GetTopLevelImageNum()
331 return ERR_IMAGE_DECODE_ABNORMAL; in DisposeBackground()
414 return ERR_IMAGE_DECODE_ABNORMAL; in PaddingBgColor()
444 return ERR_IMAGE_DECODE_ABNORMAL; in PaddingData()
451 return ERR_IMAGE_DECODE_ABNORMAL; in PaddingData()
709 return ERR_IMAGE_DECODE_ABNORMAL; in RedirectOutputBuffer()
733 return ERR_IMAGE_DECODE_ABNORMAL; in RedirectOutputBuffer()
820 return ERR_IMAGE_DECODE_ABNORMAL; in ParseFrameDetail()
834 return ERR_IMAGE_DECODE_ABNORMAL; in ParseFrameDetail()
[all …]
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp869 return ERR_IMAGE_DECODE_ABNORMAL; in ReadUserChunk()
873 : ERR_IMAGE_DECODE_ABNORMAL; in ReadUserChunk()
885 return ERR_IMAGE_DECODE_ABNORMAL; in PushAllToDecode()
928 return ERR_IMAGE_DECODE_ABNORMAL; in IncrementalReadRows()
933 return ERR_IMAGE_DECODE_ABNORMAL; in IncrementalReadRows()
975 return ERR_IMAGE_DECODE_ABNORMAL; in PushCurrentToDecode()
1094 return ERR_IMAGE_DECODE_ABNORMAL; in DoOneTimeDecode()
1099 return ERR_IMAGE_DECODE_ABNORMAL; in DoOneTimeDecode()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp946 return ERR_IMAGE_DECODE_ABNORMAL; in HeapMemAlloc()
1121 return ERR_IMAGE_DECODE_ABNORMAL; in HeapMemAlloc()
1129 return ERR_IMAGE_DECODE_ABNORMAL; in HeapMemAlloc()
1133 return ERR_IMAGE_DECODE_ABNORMAL; in HeapMemAlloc()
1256 return ERR_IMAGE_DECODE_ABNORMAL; in HeapMemAlloc()
1263 return ERR_IMAGE_DECODE_ABNORMAL; in HeapMemAlloc()
1276 return ERR_IMAGE_DECODE_ABNORMAL; in HeapMemAlloc()
1284 return ERR_IMAGE_DECODE_ABNORMAL; in HeapMemAlloc()
1324 return ERR_IMAGE_DECODE_ABNORMAL; in HeapMemAlloc()
1333 return ERR_IMAGE_DECODE_ABNORMAL; in HeapMemAlloc()
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_packer.cpp375 return ERR_IMAGE_DECODE_ABNORMAL; in DoEncodingFunc()
398 return (rets.size() == SIZE_ZERO)?ERR_IMAGE_DECODE_ABNORMAL:rets.front(); in DoEncodingFunc()
H A Dimage_source.cpp1365 return ERR_IMAGE_DECODE_ABNORMAL; in PromoteDecoding()
2034 uint32_t errorCode = ERR_IMAGE_DECODE_ABNORMAL; in GetFormatExtended()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp359 return ERR_IMAGE_DECODE_ABNORMAL; in DoSwDecode()
365 return ERR_IMAGE_DECODE_ABNORMAL; in DoSwDecode()
677 return ERR_IMAGE_DECODE_ABNORMAL; in DecodeHeader()
720 return ERR_IMAGE_DECODE_ABNORMAL; in StartDecompress()
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dmedia_errors.h34 const uint32_t ERR_IMAGE_DECODE_ABNORMAL = BASE_MEDIA_ERR_OFFSET + 4; // image decode error variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/
H A Dpng_decoder_test.cpp834 ASSERT_EQ(ret, ERR_IMAGE_DECODE_ABNORMAL);
1116 ASSERT_EQ(ret, ERR_IMAGE_DECODE_ABNORMAL);
1134 ASSERT_EQ(ret, ERR_IMAGE_DECODE_ABNORMAL);
1187 ASSERT_NE(ret, ERR_IMAGE_DECODE_ABNORMAL);
1263 ASSERT_EQ(ret, ERR_IMAGE_DECODE_ABNORMAL);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dgif_decoder_test.cpp266 ASSERT_EQ(res, ERR_IMAGE_DECODE_ABNORMAL);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/
H A Dbmp_decoder.cpp322 return ERR_IMAGE_DECODE_ABNORMAL; in Decode()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Djpeg_hw_decoder.cpp181 return Media::ERR_IMAGE_DECODE_ABNORMAL; in Decode()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A Dimage.md1348 如果init编解码器内部错误返回ERR_IMAGE_DECODE_ABNORMAL
1390 如果init编解码器内部错误返回ERR_IMAGE_DECODE_ABNORMAL
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp679 if (it->first == ERR_IMAGE_DECODE_ABNORMAL) { in CreateObtainErrorArray()
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Dimage.md1429 Returns **ERR_IMAGE_DECODE_ABNORMAL** if an internal error occurs during codec initialization.
1473 Returns **ERR_IMAGE_DECODE_ABNORMAL** if an internal error occurs during codec initialization.