Home
last modified time | relevance | path

Searched refs:ERR_IMAGE_GET_DATA_ABNORMAL (Results 1 - 14 of 14) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dauxiliary_generator.cpp185 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 Dheif_decoder.cpp111 return ERR_IMAGE_GET_DATA_ABNORMAL; in GetImageSize()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dmedia_errors.h39 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 Dpng_decoder.cpp671 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 Dpng_decoder_test.cpp783 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 Dwebp_decoder.cpp207 return ERR_IMAGE_GET_DATA_ABNORMAL; in ReadIncrementalHead()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dext_decoder_test.cpp969 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 Dsendable_pixel_map_napi.cpp673 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 Dext_decoder.cpp940 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 Dpixel_map_napi.cpp1032 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 Dimage_ffi.cpp1019 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 Dgif_decoder.cpp215 return ERR_IMAGE_GET_DATA_ABNORMAL; in CreateGifFileTypeIfNotExist()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp707 return ERR_IMAGE_GET_DATA_ABNORMAL; in DecodeHeader()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp2625 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()

Completed in 36 milliseconds