---
title: aclAippInputFormat
description: "静态AIPP和动态AIPP支持的图片格式不同，详情如下："
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/ascendgraphapi/aclcppdevg_03_1362.html
sourcePath: /source/zh/canncommercial/900/API/ascendgraphapi/aclcppdevg_03_1362.html
indexId: adbdfd9413546bd6d6484f97d70c32b3a21bf52f005d731ee39c650aa00a213772
---
# aclAippInputFormat

静态AIPP和动态AIPP支持的图片格式不同，详情如下：

```
typedef enum 
{
    ACL_YUV420SP_U8 = 1,    // YUV420SP_U8，静态AIPP和动态AIPP都支持
    ACL_XRGB8888_U8=2,      // XRGB8888_U8，静态AIPP和动态AIPP都支持
    ACL_RGB888_U8=3,        // RGB888_U8，静态AIPP和动态AIPP都支持
    ACL_YUV400_U8=4,        // YUV400_U8，静态AIPP和动态AIPP都支持
    ACL_NC1HWC0DI_FP16 = 5, // 暂不支持
    ACL_NC1HWC0DI_S8 = 6,   // 暂不支持
    ACL_ARGB8888_U8 = 7,    // 暂不支持 
    ACL_YUYV_U8 = 8,        // 暂不支持
    ACL_YUV422SP_U8 = 9,    // 暂不支持
    ACL_AYUV444_U8 = 10,    // 暂不支持
    ACL_RAW10 = 11,         // 暂不支持
    ACL_RAW12 = 12,         // 暂不支持
    ACL_RAW16 = 13,         // 暂不支持
    ACL_RAW24 = 14,         // 暂不支持
    ACL_AIPP_RESERVED = 0xffff,
} aclAippInputFormat;
```
