TIOVX User Guide
vx_kernel_parameter_config_t Struct Reference

This data structure is used to return information about kernel parameters via the vxGetKernelParameterConfig API. More...

#include <vx_khr_pipelining.h>

Data Fields

vx_uint32 index
 index of the parameter, starting at zero
 
vx_enum type
 an object type, such as VX_TYPE_IMAGE
 
vx_enum direction
 VX_INPUT, VX_OUTPUT or VX_BIDIRECTIONAL.
 
vx_enum state
 X_PARAMETER_STATE_REQUIRED or VX_PARAMETER_STATE_OPTIONAL.
 
vx_meta_format meta
 More information about the parameter, if not NULL, this will need releasing.
 

Detailed Description

This data structure is used to return information about kernel parameters via the vxGetKernelParameterConfig API.

Definition at line 977 of file vx_khr_pipelining.h.


The documentation for this struct was generated from the following file: