35 typedef struct _vx_delay_param_t {
36 struct _vx_delay_param_t *next;
47 typedef struct _vx_delay
62 vx_delay pyr_delay[TIVX_PYRAMID_MAX_LEVEL_OBJECTS];
64 vx_delay obj_arr_delay[TIVX_OBJECT_ARRAY_MAX_ITEMS];
struct _vx_delay * vx_delay
Delay object internal state.
vx_bool ownRemoveAssociationToDelay(vx_reference value, vx_node n, vx_uint32 i)
Removes an association to a node from a delay slot object reference.
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_uint32 index
current delay position
vx_size obj_arr_num_items
struct _vx_reference * vx_reference
vx_bool ownAddAssociationToDelay(vx_reference value, vx_node n, vx_uint32 i)
Adds an association to a node to a delay slot object reference.
The internal representation of the delay parameters as a list.
vx_enum type
object type within the delay
struct _vx_node * vx_node