Home
last modified time | relevance | path

Searched refs:ERR_IMAGE_GET_DATA_ABNORMAL (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dauxiliary_generator.cpp250 return ERR_IMAGE_GET_DATA_ABNORMAL; in DecodeHdrMetadata()
263 return ERR_IMAGE_GET_DATA_ABNORMAL; in DecodeHeifFragmentMetadata()
282 return ERR_IMAGE_GET_DATA_ABNORMAL; in DecodeJpegFragmentMetadata()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp671 return ERR_IMAGE_GET_DATA_ABNORMAL; in IncrementalRead()
920 return ERR_IMAGE_GET_DATA_ABNORMAL; in IncrementalReadRows()
971 return ERR_IMAGE_GET_DATA_ABNORMAL; in PushCurrentToDecode()
1048 return ERR_IMAGE_GET_DATA_ABNORMAL; in DecodeHeader()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/src/
H A Dheif_decoder.cpp111 return ERR_IMAGE_GET_DATA_ABNORMAL; in GetImageSize()
/ohos5.0/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 er… variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/
H A Dpng_decoder_test.cpp783 ASSERT_EQ(ret, ERR_IMAGE_GET_DATA_ABNORMAL);
816 ASSERT_EQ(ret, ERR_IMAGE_GET_DATA_ABNORMAL);
969 ASSERT_NE(ret, ERR_IMAGE_GET_DATA_ABNORMAL);
1735 ASSERT_EQ(result, ERR_IMAGE_GET_DATA_ABNORMAL);
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_pixel_map_napi.cpp673 …ldContextError(env, asyncContext->error, "input image type mismatch", ERR_IMAGE_GET_DATA_ABNORMAL); in CreatePremultipliedSendablePixelMap()
677 ERR_IMAGE_GET_DATA_ABNORMAL); in CreatePremultipliedSendablePixelMap()
689 …xtError(env, asyncContext->error, "CreatePremultipliedPixelMapError", ERR_IMAGE_GET_DATA_ABNORMAL), in CreatePremultipliedSendablePixelMap()
725 …ldContextError(env, asyncContext->error, "input image type mismatch", ERR_IMAGE_GET_DATA_ABNORMAL); in CreateUnpremultipliedSendablePixelMap()
729 ERR_IMAGE_GET_DATA_ABNORMAL); in CreateUnpremultipliedSendablePixelMap()
741 …Error(env, asyncContext->error, "CreateUnpremultipliedPixelMapError", ERR_IMAGE_GET_DATA_ABNORMAL), in CreateUnpremultipliedSendablePixelMap()
1034 …uildContextError(env, asyncContext->error, "image invalid parameter", ERR_IMAGE_GET_DATA_ABNORMAL), in CreateSendablePixelMapFromSurface()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/
H A Dwebp_decoder.cpp207 return ERR_IMAGE_GET_DATA_ABNORMAL; in ReadIncrementalHead()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dext_decoder_test.cpp969 ASSERT_EQ(ret, ERR_IMAGE_GET_DATA_ABNORMAL);
976 ASSERT_EQ(ret, ERR_IMAGE_GET_DATA_ABNORMAL);
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dpixel_map_napi.cpp1030 …ldContextError(env, asyncContext->error, "input image type mismatch", ERR_IMAGE_GET_DATA_ABNORMAL); in CreatePremultipliedPixelMap()
1034 ERR_IMAGE_GET_DATA_ABNORMAL); in CreatePremultipliedPixelMap()
1046 …xtError(env, asyncContext->error, "CreatePremultipliedPixelMapError", ERR_IMAGE_GET_DATA_ABNORMAL), in CreatePremultipliedPixelMap()
1082 …ldContextError(env, asyncContext->error, "input image type mismatch", ERR_IMAGE_GET_DATA_ABNORMAL); in CreateUnpremultipliedPixelMap()
1086 ERR_IMAGE_GET_DATA_ABNORMAL); in CreateUnpremultipliedPixelMap()
1098 …Error(env, asyncContext->error, "CreateUnpremultipliedPixelMapError", ERR_IMAGE_GET_DATA_ABNORMAL), in CreateUnpremultipliedPixelMap()
1350 …uildContextError(env, asyncContext->error, "image invalid parameter", ERR_IMAGE_GET_DATA_ABNORMAL), in CreatePixelMapFromSurface()
1385 ImageNapiUtils::ThrowExceptionError(env, ERR_IMAGE_GET_DATA_ABNORMAL, in CreatePixelMapFromSurfaceSync()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp973 return ERR_IMAGE_GET_DATA_ABNORMAL; in HeapMemAlloc()
978 return ERR_IMAGE_GET_DATA_ABNORMAL; in HeapMemAlloc()
984 return ERR_IMAGE_GET_DATA_ABNORMAL; in HeapMemAlloc()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_decoder.cpp215 return ERR_IMAGE_GET_DATA_ABNORMAL; in CreateGifFileTypeIfNotExist()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp711 return ERR_IMAGE_GET_DATA_ABNORMAL; in DecodeHeader()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp2620 …PixelMap::ConstructPixelMapError(error, ERR_IMAGE_GET_DATA_ABNORMAL, "ReadFromMessageParcel failed… in ReadMemInfoFromParcel()
2626 … PixelMap::ConstructPixelMapError(error, ERR_IMAGE_GET_DATA_ABNORMAL, "ReadImageData failed"); in ReadMemInfoFromParcel()