37 typedef struct _tivx_array_map_info_t
54 typedef struct _vx_array
Information about a array mapping.
struct _vx_array * vx_array
The most basic type in the OpenVX system. Any type that inherits from tivx_reference_t must have a vx...
tivx_reference_t base
reference object
vx_enum usage
Type of access being done by user, see vx_accessor_e.
uint8_t * map_addr
Address mapped via vxMapArray()
vx_size map_size
Size of memory region mapped via vxMapArray()
vx_status ownInitVirtualArray(vx_array arr, vx_enum item_type, vx_size capacity)
function to initialize virtual array parameters
Array object internal state.
vx_enum mem_type
Type of memory mapped via vxMapArray(), see vx_memory_type_e and tivx_memory_type_e.
#define TIVX_ARRAY_MAX_MAPS
Max possible mapping via vxMapArray supported.