aclmdlInputAippType
1 2 3 4 5 6 | typedef enum { ACL_DATA_WITHOUT_AIPP = 0, //This input has no AIPP information. ACL_DATA_WITH_STATIC_AIPP, //This input has static AIPP information. ACL_DATA_WITH_DYNAMIC_AIPP, //The input has an associated dynamic AIPP input. ACL_DYNAMIC_AIPP_NODE //This input is a dynamic AIPP input. Used to configure dynamic AIPP attributes. } aclmdlInputAippType; |
Parent topic: Data Types and Operation APIs