![]() |
The OpenVX Specification
a73e458
|
The reference attributes list.
Macros | |
| #define | VX_REFERENCE_COUNT (VX_ATTRIBUTE_ENUM(VX_ID_KHRONOS, VX_TYPE_REFERENCE, 0x0)) |
Returns the reference count of the object [R01412]. Read-only [R01413]. Use a vx_uint32 parameter. | |
| #define | VX_REFERENCE_NAME (VX_ATTRIBUTE_ENUM(VX_ID_KHRONOS, VX_TYPE_REFERENCE, 0x2)) |
Used to query the reference for its name [R01416]. Read-write [R01417]. Use a pointer tovx_char parameter. | |
| #define | VX_REFERENCE_TYPE (VX_ATTRIBUTE_ENUM(VX_ID_KHRONOS, VX_TYPE_REFERENCE, 0x1)) |
Returns the The VX_TYPE Constants of the reference [R01414]. Read-only [R01415]. Use a vx_enum parameter. | |