aclAippInputFormat
Static AIPP and dynamic AIPP support different image formats.
typedef enum
{
ACL_YUV420SP_U8 = 1, // YUV420SP_U8, supported by both static AIPP and dynamic AIPP.
ACL_XRGB8888_U8=2, // XRGB8888_U8, supported by both static AIPP and dynamic AIPP.
ACL_RGB888_U8=3, // RGB888_U8, supported by both static AIPP and dynamic AIPP.
ACL_YUV400_U8=4, // YUV400_U8, supported by both static AIPP and dynamic AIPP.
ACL_NC1HWC0DI_FP16 = 5, // Not supported currently.
ACL_NC1HWC0DI_S8 = 6, // Not supported currently.
ACL_ARGB8888_U8 = 7, // Not supported currently.
ACL_YUYV_U8 = 8, // Not supported currently.
ACL_YUV422SP_U8 = 9, // Not supported currently.
ACL_AYUV444_U8 = 10, // Not supported currently.
ACL_RAW10 = 11, // Not supported currently.
ACL_RAW12 = 12, // Not supported currently.
ACL_RAW16 = 13, // Not supported currently.
ACL_RAW24 = 14, // Not supported currently.
ACL_AIPP_RESERVED = 0xffff,
} aclAippInputFormat;
Parent topic: Data Types and Operations