Home
last modified time | relevance | path

Searched refs:ERR_IMAGE_MALLOC_ABNORMAL (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_decoder.cpp367 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 Draw_decoder.cpp283 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 Dimage_ffi.cpp271 *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 Dbmp_decoder.cpp197 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 Dimage_packer.cpp261 return ERR_IMAGE_MALLOC_ABNORMAL; in AddImage()
283 return ERR_IMAGE_MALLOC_ABNORMAL; in AddImage()
H A Dimage_source.cpp1158 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 Djpeg_encoder.cpp286 return ERR_IMAGE_MALLOC_ABNORMAL; in Yuv420spEncoder()
291 return ERR_IMAGE_MALLOC_ABNORMAL; in Yuv420spEncoder()
H A Djpeg_decoder.cpp434 return ERR_IMAGE_MALLOC_ABNORMAL; in DoSwDecode()
446 return ERR_IMAGE_MALLOC_ABNORMAL; in DoSwDecode()
H A Dexif_info.cpp608 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 Dwebp_decoder.cpp284 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 Dheif_decoder.cpp90 return ERR_IMAGE_MALLOC_ABNORMAL; in Decode()
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dmedia_errors.h36 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 Dmemory_manager.cpp59 return ERR_IMAGE_MALLOC_ABNORMAL; in Create()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dwebp_decoder_test.cpp530 ASSERT_EQ(result, ERR_IMAGE_MALLOC_ABNORMAL);
608 ASSERT_EQ(result, ERR_IMAGE_MALLOC_ABNORMAL);
H A Dbmp_decoder_test.cpp586 ASSERT_EQ(result, ERR_IMAGE_MALLOC_ABNORMAL);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp411 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 Dsvg_decoder.cpp614 return Media::ERR_IMAGE_MALLOC_ABNORMAL; in DoDecode()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/
H A Dpng_decoder_test.cpp1548 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 Dimage.md1346 如果malloc内部缓冲区错误返回ERR_IMAGE_MALLOC_ABNORMAL
1388 如果malloc内部缓冲区错误返回ERR_IMAGE_MALLOC_ABNORMAL
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Dimage.md1427 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.