/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/ |
H A D | auxiliary_generator.cpp | 185 return ERR_IMAGE_GET_DATA_ABNORMAL; in DecodeHdrMetadata() 198 return ERR_IMAGE_GET_DATA_ABNORMAL; in DecodeHeifFragmentMetadata() 217 return ERR_IMAGE_GET_DATA_ABNORMAL; in DecodeJpegFragmentMetadata()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/src/ |
H A D | heif_decoder.cpp | 111 return ERR_IMAGE_GET_DATA_ABNORMAL; in GetImageSize()
|
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | media_errors.h | 39 const uint32_t ERR_IMAGE_GET_DATA_ABNORMAL = BASE_MEDIA_ERR_OFFSET + 9; // image get data error member
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/ |
H A D | png_decoder.cpp | 671 return ERR_IMAGE_GET_DATA_ABNORMAL; in IncrementalRead() 911 return ERR_IMAGE_GET_DATA_ABNORMAL; in IncrementalReadRows() 962 return ERR_IMAGE_GET_DATA_ABNORMAL; in PushCurrentToDecode() 1039 return ERR_IMAGE_GET_DATA_ABNORMAL; in DecodeHeader()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/ |
H A D | png_decoder_test.cpp | 783 ASSERT_EQ(ret, ERR_IMAGE_GET_DATA_ABNORMAL);
in HWTEST_F() 816 ASSERT_EQ(ret, ERR_IMAGE_GET_DATA_ABNORMAL);
in HWTEST_F() 969 ASSERT_NE(ret, ERR_IMAGE_GET_DATA_ABNORMAL);
in HWTEST_F() 1735 ASSERT_EQ(result, ERR_IMAGE_GET_DATA_ABNORMAL);
in HWTEST_F()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/ |
H A D | webp_decoder.cpp | 207 return ERR_IMAGE_GET_DATA_ABNORMAL; in ReadIncrementalHead()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/ |
H A D | ext_decoder_test.cpp | 969 ASSERT_EQ(ret, ERR_IMAGE_GET_DATA_ABNORMAL);
in HWTEST_F() 976 ASSERT_EQ(ret, ERR_IMAGE_GET_DATA_ABNORMAL);
in HWTEST_F()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_pixel_map_napi.cpp | 673 BuildContextError(env, asyncContext->error, "input image type mismatch", ERR_IMAGE_GET_DATA_ABNORMAL); in CreatePremultipliedSendablePixelMap() 677 ERR_IMAGE_GET_DATA_ABNORMAL); in CreatePremultipliedSendablePixelMap() 689 BuildContextError(env, asyncContext->error, "CreatePremultipliedPixelMapError", ERR_IMAGE_GET_DATA_ABNORMAL), in CreatePremultipliedSendablePixelMap() 725 BuildContextError(env, asyncContext->error, "input image type mismatch", ERR_IMAGE_GET_DATA_ABNORMAL); in CreateUnpremultipliedSendablePixelMap() 729 ERR_IMAGE_GET_DATA_ABNORMAL); in CreateUnpremultipliedSendablePixelMap() 741 BuildContextError(env, asyncContext->error, "CreateUnpremultipliedPixelMapError", ERR_IMAGE_GET_DATA_ABNORMAL), in CreateUnpremultipliedSendablePixelMap() 1034 BuildContextError(env, asyncContext->error, "image invalid parameter", ERR_IMAGE_GET_DATA_ABNORMAL), in CreateSendablePixelMapFromSurface()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_decoder.cpp | 940 return ERR_IMAGE_GET_DATA_ABNORMAL;
in HeapMemAlloc() 945 return ERR_IMAGE_GET_DATA_ABNORMAL;
in HeapMemAlloc() 951 return ERR_IMAGE_GET_DATA_ABNORMAL;
in HeapMemAlloc()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | pixel_map_napi.cpp | 1032 BuildContextError(env, asyncContext->error, "input image type mismatch", ERR_IMAGE_GET_DATA_ABNORMAL); in CreatePremultipliedPixelMap() 1036 ERR_IMAGE_GET_DATA_ABNORMAL); in CreatePremultipliedPixelMap() 1048 BuildContextError(env, asyncContext->error, "CreatePremultipliedPixelMapError", ERR_IMAGE_GET_DATA_ABNORMAL), in CreatePremultipliedPixelMap() 1084 BuildContextError(env, asyncContext->error, "input image type mismatch", ERR_IMAGE_GET_DATA_ABNORMAL); in CreateUnpremultipliedPixelMap() 1088 ERR_IMAGE_GET_DATA_ABNORMAL); in CreateUnpremultipliedPixelMap() 1100 BuildContextError(env, asyncContext->error, "CreateUnpremultipliedPixelMapError", ERR_IMAGE_GET_DATA_ABNORMAL), in CreateUnpremultipliedPixelMap() 1352 BuildContextError(env, asyncContext->error, "image invalid parameter", ERR_IMAGE_GET_DATA_ABNORMAL), in CreatePixelMapFromSurface() 1387 ImageNapiUtils::ThrowExceptionError(env, ERR_IMAGE_GET_DATA_ABNORMAL, in CreatePixelMapFromSurfaceSync()
|
/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_ffi.cpp | 1019 return ERR_IMAGE_GET_DATA_ABNORMAL; in FfiImagePixelMapImplCreatePremultipliedPixelMap() 1031 return ERR_IMAGE_GET_DATA_ABNORMAL; in FfiImagePixelMapImplCreateUnpremultipliedPixelMap()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/ |
H A D | gif_decoder.cpp | 215 return ERR_IMAGE_GET_DATA_ABNORMAL; in CreateGifFileTypeIfNotExist()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
H A D | jpeg_decoder.cpp | 707 return ERR_IMAGE_GET_DATA_ABNORMAL; in DecodeHeader()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 2625 PixelMap::ConstructPixelMapError(error, ERR_IMAGE_GET_DATA_ABNORMAL, "ReadFromMessageParcel failed"); in ReadMemInfoFromParcel() 2631 PixelMap::ConstructPixelMapError(error, ERR_IMAGE_GET_DATA_ABNORMAL, "ReadImageData failed"); in ReadMemInfoFromParcel()
|