35 #define VX_MAX_IMPLEMENTATION_NAME (64)
40 #define VX_MAX_KERNEL_NAME (256)
45 #define VX_MAX_LOG_MESSAGE_LEN (1024)
56 #define VX_VERSION_MAJOR(x) ((x & 0xFF) << 8)
61 #define VX_VERSION_MINOR(x) ((x & 0xFF) << 0)
66 #define VX_VERSION_1_0 (VX_VERSION_MAJOR(1) | VX_VERSION_MINOR(0))
71 #define VX_VERSION VX_VERSION_1_0
The "Simple" API interface for OpenVX. These APIs are just wrappers around the more verbose functions...
The list of supported kernels in the OpenVX standard.
The API definition for OpenVX.
The Vendor ID list for OpenVX.
The type definitions required by OpenVX Library.