
Data Fields | |
| vx_context | tiovx_context |
| OpenVX context used for creating all OpenVX references. More... | |
| vx_graph | tiovx_graph |
| Actual OpenVX graph. More... | |
| vx_graph_parameter_queue_params_t | graph_params_list [TIOVX_MODULES_MAX_GRAPH_PARAMS] |
| Graph params list. More... | |
| vx_int32 | num_graph_params |
| Number of graph params. More... | |
| vx_int32 | num_nodes |
| Number of nodes in the graph. More... | |
| NodeObj | node_list [TIOVX_MODULES_MAX_NODES] |
| List of nodes in the graph. More... | |
| vx_enum | schedule_mode |
| pthread_mutex_t | lock |
| vx_context GraphObj::tiovx_context |
OpenVX context used for creating all OpenVX references.
| vx_graph GraphObj::tiovx_graph |
Actual OpenVX graph.
| vx_graph_parameter_queue_params_t GraphObj::graph_params_list[TIOVX_MODULES_MAX_GRAPH_PARAMS] |
Graph params list.
| vx_int32 GraphObj::num_graph_params |
Number of graph params.
| vx_int32 GraphObj::num_nodes |
Number of nodes in the graph.
| NodeObj GraphObj::node_list[TIOVX_MODULES_MAX_NODES] |
List of nodes in the graph.
| vx_enum GraphObj::schedule_mode |
| pthread_mutex_t GraphObj::lock |