Home
last modified time | relevance | path

Searched refs:IMAGE_RESULT_MALLOC_ABNORMAL (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A Dimage.md1801 如果图像内存分配异常,返回IMAGE_RESULT_MALLOC_ABNORMAL
1887 如果图像内存分配异常,返回IMAGE_RESULT_MALLOC_ABNORMAL
2388 如果图像内存分配异常,返回IMAGE_RESULT_MALLOC_ABNORMAL
2465 如果图像分配内存失败则返回IMAGE_RESULT_MALLOC_ABNORMAL
2537 如果图像分配内存失败则返回IMAGE_RESULT_MALLOC_ABNORMAL;
2620 如果图像分配内存失败则返回IMAGE_RESULT_MALLOC_ABNORMAL;
2744 如果图像分配内存失败则返回IMAGE_RESULT_MALLOC_ABNORMAL;
2811 如果图像分配内存失败则返回IMAGE_RESULT_MALLOC_ABNORMAL;
2946 如果图像分配内存失败则返回IMAGE_RESULT_MALLOC_ABNORMAL;
3107 如果图像分配内存失败则返回IMAGE_RESULT_MALLOC_ABNORMAL;
[all …]
H A Dimage__mdk__common_8h.md44 …,<br/>IMAGE_RESULT_DATA_ABNORMAL = IMAGE_RESULT_BASE + 5,<br/>IMAGE_RESULT_MALLOC_ABNORMAL = IMAGE…
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/native/include/
H A Dimage_mdk_common.h59 IMAGE_RESULT_MALLOC_ABNORMAL = IMAGE_RESULT_BASE + 6, // image malloc error enumerator
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Dimage__mdk__common_8h.md44 … 4,<br>IMAGE_RESULT_DATA_ABNORMAL = IMAGE_RESULT_BASE + 5,<br>IMAGE_RESULT_MALLOC_ABNORMAL = IMAGE…
H A Dimage.md492 | IMAGE_RESULT_MALLOC_ABNORMAL | An error occurs during memory allocation.|
1905 Returns **IMAGE_RESULT_MALLOC_ABNORMAL** if an error occurs during memory allocation.
1993 Returns **IMAGE_RESULT_MALLOC_ABNORMAL** if an error occurs during memory allocation.
2512 Returns **IMAGE_RESULT_MALLOC_ABNORMAL** if an error occurs during memory allocation.
2591 Returns **IMAGE_RESULT_MALLOC_ABNORMAL** if an error occurs during memory allocation.
2666 Returns **IMAGE_RESULT_MALLOC_ABNORMAL** if an error occurs during memory allocation.
2751 Returns **IMAGE_RESULT_MALLOC_ABNORMAL** if an error occurs during memory allocation.
2880 Returns **IMAGE_RESULT_MALLOC_ABNORMAL** if an error occurs during memory allocation.
2951 Returns **IMAGE_RESULT_MALLOC_ABNORMAL** if an error occurs during memory allocation.
3096 Returns **IMAGE_RESULT_MALLOC_ABNORMAL** if an error occurs during memory allocation.
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp394 return IMAGE_RESULT_MALLOC_ABNORMAL; in AllocPixelMapMemory()
984 error = IMAGE_RESULT_MALLOC_ABNORMAL; in CopyPixelMap()