![]() |
TIOVX User Guide
|
The list of graph parameters. More...
#include <vx_graph.h>
Data Fields | |
vx_node | node |
The reference to the node which has the parameter. | |
uint32_t | index |
The index to the parameter on the node. | |
vx_bool | queue_enable |
vx_true_e, enqueue operation is supported on this parameter | |
uint32_t | num_buf |
when queue_enable = vx_true_e, this hold the max buffers that can be enqueued | |
tivx_data_ref_queue | data_ref_queue |
data ref queue handle when queueing is enabled at this graph parameter | |
vx_reference | refs_list [TIVX_OBJ_DESC_QUEUE_MAX_DEPTH] |
references that can be queued into data ref queue | |
vx_bool | is_enable_send_ref_consumed_event |
flag to control event send enable/disable | |
uint32_t | graph_consumed_app_value |
vx_enum | type |
Set to an enum value in vx_type_e. | |
The list of graph parameters.
Definition at line 52 of file vx_graph.h.
uint32_t tivx_parameters_t::graph_consumed_app_value |
Value returned with graph parameter consumed event
Definition at line 68 of file vx_graph.h.