35 typedef struct _vx_delay_param_t {
36 struct _vx_delay_param_t *next;
47 typedef struct _vx_delay
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.
#define TIVX_OBJECT_ARRAY_MAX_ITEMS
Maximum number of objects supported in object 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_uint32 index
current delay position
#define TIVX_DELAY_MAX_OBJECT
Maximum number of objects supported inside delay object.
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.
#define TIVX_PYRAMID_MAX_LEVEL_OBJECTS
Maximum number of objects supported in pyramid.
#define TIVX_DELAY_MAX_PRM_OBJECT
Maximum number of parameter objects that can be associated with a delay.
The internal representation of the delay parameters as a list.
vx_enum type
object type within the delay
struct _vx_node * vx_node