Home
last modified time | relevance | path

Searched refs:ERR_IMAGE_TOO_LARGE (Results 1 - 9 of 9) sorted by relevance

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_pixel_convert.cpp70 return ERR_IMAGE_TOO_LARGE; in RGBxToRGB()
87 return ERR_IMAGE_TOO_LARGE; in RGBToRGBx()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dmedia_errors.h40 const uint32_t ERR_IMAGE_TOO_LARGE = BASE_MEDIA_ERR_OFFSET + 10; // image data too large member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dext_decoder_test.cpp661 ASSERT_EQ(ret, ERR_IMAGE_TOO_LARGE); in HWTEST_F()
688 ASSERT_EQ(ret, ERR_IMAGE_TOO_LARGE); in HWTEST_F()
/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/
H A Dsvg_decoder.cpp514 return Media::ERR_IMAGE_TOO_LARGE; in DoDecodeHeader()
/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_decoder.cpp356 return ERR_IMAGE_TOO_LARGE; in AllocateLocalPixelMapBuffer()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp1139 return ERR_IMAGE_TOO_LARGE; in SetImageInfo()
1151 return ERR_IMAGE_TOO_LARGE; in SetImageInfo()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp446 errorCode = ERR_IMAGE_TOO_LARGE; in CreateImageSource()
1386 return ERR_IMAGE_TOO_LARGE;
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dimage_pixel_map_test.cpp414 EXPECT_EQ(pixelMap.SetImageInfo(info), ERR_IMAGE_TOO_LARGE); in HWTEST_F()
H A Dpixel_map_test.cpp868 EXPECT_EQ(ret, ERR_IMAGE_TOO_LARGE); in HWTEST_F()

Completed in 27 milliseconds