TIOVX User Guide

Detailed Description

Graph static configuration values.

Defines

#define TIVX_GRAPH_MAX_SUPER_NODES   (8u)
 Max possible super nodes in graph.
 
#define TIVX_GRAPH_MAX_DELAYS   (8u)
 Max possible delays in graph.
 
#define TIVX_GRAPH_MAX_HEAD_NODES   (8u)
 Max possible head nodes in graph.
 
#define TIVX_GRAPH_MAX_PIPELINE_DEPTH   (16u)
 Max possible pipeline depth of a graph. More...
 
#define TIVX_GRAPH_MAX_LEAF_NODES   (16u)
 Max possible leaf nodes in graph.
 
#define TIVX_GRAPH_MAX_PARAMS   (16u)
 Max possible parameters in graph.
 
#define TIVX_GRAPH_MAX_DATA_REF_QUEUE   (32u)
 Max data ref queue in graph.
 
#define TIVX_GRAPH_MAX_NODES   (64u)
 Max possible nodes in graph.
 
#define TIVX_GRAPH_MAX_DATA_REF   (128u)
 Max possible data references in a graph.
 
#define TIVX_GRAPH_MAX_OBJECTS   (256u)
 Max number graph objects supported.
 
#define TIVX_GRAPH_MAX_PARAM_REFS   (8u)
 Max number of associated references for a graph parameter.
 

Macro Definition Documentation

◆ TIVX_GRAPH_MAX_PIPELINE_DEPTH

#define TIVX_GRAPH_MAX_PIPELINE_DEPTH   (16u)

Max possible pipeline depth of a graph.

Note
The max value to be set by application is (TIVX_GRAPH_MAX_PIPELINE_DEPTH-1)

Definition at line 112 of file tivx_config_j722s.h.