TIOVX User Guide
hwa_vpac_viss3l.h File Reference

The VISS kernels in this kernel extension. More...

#include <VX/vx.h>
#include <VX/vx_kernels.h>

Go to the source code of this file.

Data Structures

struct  tivx_vpac_viss_params_t
 The configuration data structure used by the TIVX_KERNEL_VISS kernel. More...
 

Macros

#define TIVX_VPAC_VISS_IR_DISABLE   (0U)
 
#define TIVX_VPAC_VISS_IR_ENABLE   (1U)
 
#define TIVX_VPAC_VISS_BAYER_DISABLE   (0U)
 
#define TIVX_VPAC_VISS_BAYER_ENABLE   (1U)
 

Functions

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. More...
 

Detailed Description

The VISS kernels in this kernel extension.

Definition in file hwa_vpac_viss3l.h.

Macro Definition Documentation

◆ TIVX_VPAC_VISS_IR_DISABLE

#define TIVX_VPAC_VISS_IR_DISABLE   (0U)
See also
tivx_vpac_viss_params_t::enable_ir_op

Definition at line 81 of file hwa_vpac_viss3l.h.

◆ TIVX_VPAC_VISS_IR_ENABLE

#define TIVX_VPAC_VISS_IR_ENABLE   (1U)
See also
tivx_vpac_viss_params_t::enable_ir_op

Definition at line 83 of file hwa_vpac_viss3l.h.

◆ TIVX_VPAC_VISS_BAYER_DISABLE

#define TIVX_VPAC_VISS_BAYER_DISABLE   (0U)
See also
tivx_vpac_viss_params_t::enable_bayer_op

Definition at line 86 of file hwa_vpac_viss3l.h.

◆ TIVX_VPAC_VISS_BAYER_ENABLE

#define TIVX_VPAC_VISS_BAYER_ENABLE   (1U)
See also
tivx_vpac_viss_params_t::enable_bayer_op

Definition at line 88 of file hwa_vpac_viss3l.h.