Part Number: TDA4VMXEVM
Hi,
The default MAX value for pipeline depth is 8 in tivx_config.h, but when passing 8 as the desired depth before verifygraph returns error "tivxSetGraphPipelineDepth: pipeline depth greater than max allowed pipeline depth"
beacsue in tiovx vx_graph_pipeline.c the condition check is if (pipeline_depth < TIVX_GRAPH_MAX_PIPELINE_DEPTH) so expectation is a bit incorrect to start pipeline depth from 0.
This interface will look much better if the pipelinedepth starts with 1