36 #define VX_MAX_IMPLEMENTATION_NAME (64)
41 #define VX_MAX_KERNEL_NAME (256)
46 #define VX_MAX_LOG_MESSAGE_LEN (1024)
52 #define VX_MAX_REFERENCE_NAME (64)
63 #define VX_VERSION_MAJOR(x) ((vx_uint32)((vx_uint32)(x) & 0xFFU) << 8)
68 #define VX_VERSION_MINOR(x) ((vx_uint32)((vx_uint32)(x) & 0xFFU) << 0)
73 #define VX_VERSION_1_0 (VX_VERSION_MAJOR(1) | VX_VERSION_MINOR(0))
78 #define VX_VERSION_1_1 (VX_VERSION_MAJOR(1) | VX_VERSION_MINOR(1))
83 #define VX_VERSION_1_2 (VX_VERSION_MAJOR(1) | VX_VERSION_MINOR(2))
88 #define VX_VERSION_1_3 (VX_VERSION_MAJOR(1) | VX_VERSION_MINOR(3))
93 #define VX_VERSION (VX_VERSION_1_3)
The API definition for OpenVX.
The list of supported kernels in the OpenVX standard.
The "Simple" API interface for OpenVX. These APIs are just wrappers around the more verbose functions...
The type definitions required by OpenVX Library.
The Vendor ID list for OpenVX.