Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/kits/js/common/picture_ndk/
H A Dimage_common.cpp45 return IMAGE_ALLOC_FAILED; in OH_PictureMetadata_Create()
72 return IMAGE_ALLOC_FAILED; in OH_PictureMetadata_GetProperty()
133 return IMAGE_ALLOC_FAILED; in OH_PictureMetadata_Clone()
H A Dpicture_native.cpp54 return IMAGE_ALLOC_FAILED; in OH_PictureNative_CreatePicture()
69 return IMAGE_ALLOC_FAILED; in OH_PictureNative_GetMainPixelmap()
88 return IMAGE_ALLOC_FAILED; in OH_PictureNative_GetHdrComposedPixelmap()
103 return IMAGE_ALLOC_FAILED; in OH_PictureNative_GetGainmapPixelmap()
151 return IMAGE_ALLOC_FAILED; in OH_PictureNative_GetAuxiliaryPicture()
237 return IMAGE_ALLOC_FAILED; in OH_AuxiliaryPictureNative_Create()
/foundation/multimedia/image_framework/frameworks/kits/native/common/ndk/
H A Dimage_receiver_native.cpp79 return IMAGE_ALLOC_FAILED; in OH_ImageReceiverOptions_Create()
153 return IMAGE_ALLOC_FAILED; in OH_ImageReceiverNative_Create()
230 return IMAGE_ALLOC_FAILED; in OH_ImageReceiverNative_ReadLatestImage()
273 return IMAGE_ALLOC_FAILED; in OH_ImageReceiverNative_ReadNextImage()
/foundation/multimedia/image_framework/interfaces/kits/native/include/image/
H A Dimage_common.h173 IMAGE_ALLOC_FAILED = 7600301, enumerator
263 * {@link IMAGE_ALLOC_FAILED} memory alloc failed.
/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_packer_native.cpp98 return IMAGE_ALLOC_FAILED; in ToNewErrorCode()
164 return IMAGE_ALLOC_FAILED; in OH_PackingOptions_GetMimeType()
190 return IMAGE_ALLOC_FAILED; in OH_PackingOptions_SetMimeType()
H A Dimage_source_native.cpp493 return IMAGE_ALLOC_FAILED; in OH_ImageSourceNative_CreatePicture()
568 return IMAGE_ALLOC_FAILED; in OH_ImageSourceNative_GetImageProperty()
/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H A Dpixelmap_native.cpp118 return IMAGE_ALLOC_FAILED; in ToNewErrorCode()
483 return IMAGE_ALLOC_FAILED; in OH_PixelmapNative_ConvertPixelmapNativeFromNapi()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dauxiliary_picture_napi.cpp745 ImageNapiUtils::ThrowExceptionError(env, IMAGE_ALLOC_FAILED, "Memory alloc failed."); in ReadPixelsToBuffer()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpicture_native_ndk_test.cpp160 * @tc.desc: Create OH_AuxiliaryPictureNative, pass in error parameters, return IMAGE_ALLOC_FAILED.
553 EXPECT_EQ(ret, IMAGE_ALLOC_FAILED); in HWTEST_F()

Completed in 18 milliseconds