/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/ |
H A D | auxiliary_generator.cpp | 250 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 D | png_decoder.cpp | 671 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 D | heif_decoder.cpp | 111 return ERR_IMAGE_GET_DATA_ABNORMAL; in GetImageSize()
|
/ohos5.0/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 er… variable
|
/ohos5.0/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); 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 D | sendable_pixel_map_napi.cpp | 673 …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 D | webp_decoder.cpp | 207 return ERR_IMAGE_GET_DATA_ABNORMAL; in ReadIncrementalHead()
|
/ohos5.0/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); 976 ASSERT_EQ(ret, ERR_IMAGE_GET_DATA_ABNORMAL);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | pixel_map_napi.cpp | 1030 …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 D | ext_decoder.cpp | 973 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 D | gif_decoder.cpp | 215 return ERR_IMAGE_GET_DATA_ABNORMAL; in CreateGifFileTypeIfNotExist()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
H A D | jpeg_decoder.cpp | 711 return ERR_IMAGE_GET_DATA_ABNORMAL; in DecodeHeader()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 2620 …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()
|