Home
last modified time | relevance | path

Searched refs:IC_ERR_NO_MEMORY (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec_common.h30 IC_ERR_NO_MEMORY, enumerator
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec.cpp428 return IC_ERR_NO_MEMORY; in AllocateHardwareBuffers()
465 return IC_ERR_NO_MEMORY; in AllocateSurfaceBuffers()
806 IF_TRUE_RETURN_VAL_WITH_MSG(msg == nullptr, IC_ERR_NO_MEMORY, "out of memory"); in DoSyncCallAndGetReply()