TIOVX User Guide

Detailed Description

Object Descriptor static configuration values.

Defines

#define TIVX_OBJ_DESC_QUEUE_MAX_BLOCKED_NODES   (8u)
 Max nodes that can be blocked on object descriptor queue not empty.
 
#define TIVX_OBJ_DESC_QUEUE_MAX_DEPTH   (32u)
 Max elements in a object descriptor queue.
 
#define TIVX_CMD_MAX_OBJ_DESCS   (16u)
 Max object descriptors than be parameters in a command object.
 
#define TIVX_OBJ_DESC_MAX_SHM_ENTRY_SIZE   (1024U)
 Macro to check max shared mem entry size.
 
#define TIVX_IMAGE_MAX_PLANES   (4u)
 Max possible planes of data in an image.
 
#define TIVX_CONTEXT_MAX_TENSOR_DIMS   (4)
 Max possible dimensions of data in a tensor.
 

Functions

void tivxGetObjDescList (volatile uint16_t obj_desc_id[], tivx_obj_desc_t *obj_desc[], uint32_t num_desc_id)
 Function to get the pointer to object descriptors for the given object descriptor id. More...
 

Function Documentation

◆ tivxGetObjDescList()

void tivxGetObjDescList ( volatile uint16_t  obj_desc_id[],
tivx_obj_desc_t obj_desc[],
uint32_t  num_desc_id 
)

Function to get the pointer to object descriptors for the given object descriptor id.

Parameters
[in]obj_desc_idlist of object descriptor id
[out]obj_descobject descriptor pointer
[in]num_desc_idnumber of valid entries in obj_desc_id