/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/ |
H A D | gif_decoder.cpp | 367 return ERR_IMAGE_MALLOC_ABNORMAL; in AllocateLocalPixelMapBuffer() 374 return ERR_IMAGE_MALLOC_ABNORMAL; in AllocateLocalPixelMapBuffer() 380 return ERR_IMAGE_MALLOC_ABNORMAL; in AllocateLocalPixelMapBuffer() 423 return ERR_IMAGE_MALLOC_ABNORMAL; in PaddingBgColor() 428 return ERR_IMAGE_MALLOC_ABNORMAL; in PaddingBgColor() 536 return ERR_IMAGE_MALLOC_ABNORMAL; in HeapMemoryCreate() 866 return ERR_IMAGE_MALLOC_ABNORMAL; in SetSavedImageRasterBits() 871 return ERR_IMAGE_MALLOC_ABNORMAL; in SetSavedImageRasterBits()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/librawplugin/src/ |
H A D | raw_decoder.cpp | 283 return Media::ERR_IMAGE_MALLOC_ABNORMAL; in DoDecodeHeaderByPiex() 289 return Media::ERR_IMAGE_MALLOC_ABNORMAL; in DoDecodeHeaderByPiex()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_ffi.cpp | 271 *errCode = ERR_IMAGE_MALLOC_ABNORMAL; in FfiOHOSGetSupportedFormats() 278 *errCode = ERR_IMAGE_MALLOC_ABNORMAL; in FfiOHOSGetSupportedFormats() 289 *errCode = ERR_IMAGE_MALLOC_ABNORMAL; in FfiOHOSGetSupportedFormats() 438 *errorCode = ERR_IMAGE_MALLOC_ABNORMAL; in FfiOHOSImageSourceCreatePixelMapList() 446 *errorCode = ERR_IMAGE_MALLOC_ABNORMAL; in FfiOHOSImageSourceCreatePixelMapList() 474 *errorCode = ERR_IMAGE_MALLOC_ABNORMAL; in FfiOHOSImageSourceGetDelayTime() 480 *errorCode = ERR_IMAGE_MALLOC_ABNORMAL; in FfiOHOSImageSourceGetDelayTime()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/ |
H A D | bmp_decoder.cpp | 197 return ERR_IMAGE_MALLOC_ABNORMAL; in SetBuffer() 234 return ERR_IMAGE_MALLOC_ABNORMAL; in SetBufferForPlatform()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_packer.cpp | 261 return ERR_IMAGE_MALLOC_ABNORMAL; in AddImage() 283 return ERR_IMAGE_MALLOC_ABNORMAL; in AddImage()
|
H A D | image_source.cpp | 1158 errorCode = ERR_IMAGE_MALLOC_ABNORMAL; in CreatePixelMap() 1279 errorCode = ERR_IMAGE_MALLOC_ABNORMAL; in CreateIncrementalPixelMap() 2868 errorCode = ERR_IMAGE_MALLOC_ABNORMAL; in CreatePixelMapForYUV() 2892 errorCode = ERR_IMAGE_MALLOC_ABNORMAL; in CreatePixelMapForYUV()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
H A D | jpeg_encoder.cpp | 286 return ERR_IMAGE_MALLOC_ABNORMAL; in Yuv420spEncoder() 291 return ERR_IMAGE_MALLOC_ABNORMAL; in Yuv420spEncoder()
|
H A D | jpeg_decoder.cpp | 434 return ERR_IMAGE_MALLOC_ABNORMAL; in DoSwDecode() 446 return ERR_IMAGE_MALLOC_ABNORMAL; in DoSwDecode()
|
H A D | exif_info.cpp | 608 return Media::ERR_IMAGE_MALLOC_ABNORMAL; in GetFileInfoByPath() 695 return Media::ERR_IMAGE_MALLOC_ABNORMAL; in GetFileInfoByFd() 835 return Media::ERR_IMAGE_MALLOC_ABNORMAL; in ModifyExifData()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/ |
H A D | webp_decoder.cpp | 284 return ERR_IMAGE_MALLOC_ABNORMAL; in DoCommonDecode() 319 return ERR_IMAGE_MALLOC_ABNORMAL; in DoIncrementalDecode()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/src/ |
H A D | heif_decoder.cpp | 90 return ERR_IMAGE_MALLOC_ABNORMAL; in Decode()
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | media_errors.h | 36 const uint32_t ERR_IMAGE_MALLOC_ABNORMAL = BASE_MEDIA_ERR_OFFSET + 6; // image malloc error variable
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | memory_manager.cpp | 59 return ERR_IMAGE_MALLOC_ABNORMAL; in Create()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/ |
H A D | webp_decoder_test.cpp | 530 ASSERT_EQ(result, ERR_IMAGE_MALLOC_ABNORMAL); 608 ASSERT_EQ(result, ERR_IMAGE_MALLOC_ABNORMAL);
|
H A D | bmp_decoder_test.cpp | 586 ASSERT_EQ(result, ERR_IMAGE_MALLOC_ABNORMAL);
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/ |
H A D | png_decoder.cpp | 411 return ERR_IMAGE_MALLOC_ABNORMAL; in PromoteIncrementalDecode() 1104 return ERR_IMAGE_MALLOC_ABNORMAL; in DoOneTimeDecode()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/ |
H A D | svg_decoder.cpp | 614 return Media::ERR_IMAGE_MALLOC_ABNORMAL; in DoDecode()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/ |
H A D | png_decoder_test.cpp | 1548 ASSERT_NE(result, ERR_IMAGE_MALLOC_ABNORMAL); 1715 ASSERT_EQ(result, ERR_IMAGE_MALLOC_ABNORMAL);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/ |
H A D | image.md | 1346 如果malloc内部缓冲区错误返回ERR_IMAGE_MALLOC_ABNORMAL; 1388 如果malloc内部缓冲区错误返回ERR_IMAGE_MALLOC_ABNORMAL;
|
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/ |
H A D | image.md | 1427 Returns **ERR_IMAGE_MALLOC_ABNORMAL** if an internal error occurs during buffer memory allocation. 1471 Returns **ERR_IMAGE_MALLOC_ABNORMAL** if an internal error occurs during buffer memory allocation.
|