TIOVX User Guide
|
The SDE 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_dmpac_sde_params_t |
The configuration data structure used by the TIVX_KERNEL_DMPAC_SDE kernel. More... | |
Macros | |
#define | TIVX_KERNEL_DMPAC_SDE_NAME "com.ti.hwa.dmpac_sde" |
dmpac_sde kernel name | |
#define | TIVX_DMPAC_SDE_CMD_SET_HTS_LIMIT (0x10000000u) |
Control Command to set TODO. More... | |
#define | TIVX_DMPAC_SDE_CMD_GET_ERR_STATUS (0x10000002u) |
Control Command to get the error status Returns the error status of the last processed frame. Reference to vx_scalar is passed as argument with this control command. Node returns bit-mask of error status in u32 variable of vx_scalar. | |
Functions | |
void | tivxRegisterHwaTargetDmpacSdeKernels (void) |
Function to register HWA Kernels on the dmpac_sde Target. | |
void | tivxUnRegisterHwaTargetDmpacSdeKernels (void) |
Function to un-register HWA Kernels on the dmpac_sde Target. | |
VX_API_ENTRY vx_node VX_API_CALL | tivxDmpacSdeNode (vx_graph graph, vx_user_data_object configuration, vx_image left, vx_image right, vx_image output, vx_distribution confidence_histogram) |
[Graph] Creates a DMPAC_SDE Node. More... | |
void | tivx_dmpac_sde_params_init (tivx_dmpac_sde_params_t *prms) |
Function to initialize SDE Parameters. More... | |
The SDE kernels in this kernel extension.
Definition in file hwa_dmpac_sde.h.
#define TIVX_DMPAC_SDE_CMD_SET_HTS_LIMIT (0x10000000u) |
Control Command to set TODO.
Definition at line 92 of file hwa_dmpac_sde.h.