63 #ifndef HWA_VPAC3L_VISS_H_ 64 #define HWA_VPAC3L_VISS_H_ 67 #include <VX/vx_kernels.h> 78 #define TIVX_VPAC_VISS_FCP_NUM_INSTANCES (1U) 81 #define TIVX_VPAC_VISS_IR_DISABLE (0U) 83 #define TIVX_VPAC_VISS_IR_ENABLE (1U) 86 #define TIVX_VPAC_VISS_BAYER_DISABLE (0U) 88 #define TIVX_VPAC_VISS_BAYER_ENABLE (1U) 102 uint32_t sensor_dcc_id;
111 uint32_t fcp1_config;
129 uint32_t enable_bayer_op;
135 uint32_t output_fcp_mapping[5];
147 uint32_t bypass_nsf4;
151 uint32_t bypass_glbce;
182 uint32_t h3a_aewb_af_mode;
struct _vx_image * vx_image
struct _vx_distribution * vx_distribution
struct _tivx_raw_image * tivx_raw_image
The Raw Image Object. Raw Image is a strongly-typed container for RAW sensor images.
The Flex Color Processing (FCP) data structure used in the tivx_vpac_viss_params_t structure for prog...
VX_API_ENTRY vx_node VX_API_CALL tivxVpacVissNode(vx_graph graph, vx_user_data_object configuration, vx_user_data_object ae_awb_result, vx_user_data_object dcc_buf, tivx_raw_image raw, vx_image output0, vx_image output1, vx_image output2, vx_image output3, vx_image output4, vx_user_data_object h3a_output, vx_distribution histogram0, vx_distribution histogram1, vx_distribution raw_histogram)
[Graph] Creates a VPAC_VISS Node.
struct _vx_user_data_object * vx_user_data_object
The User Data Object. User Data Object is a strongly-typed container for other data structures...
The configuration data structure used by the TIVX_KERNEL_VISS kernel.
struct _vx_graph * vx_graph
struct _vx_node * vx_node
vx_status(* VX_API_CALL)(vx_reference *ref)
Callback type used to register release callbacks from object dervied from references.