DMPAC Stereo Disparity Engine Kernels.
|
|
#define | TIVX_KERNEL_DMPAC_SDE_NAME "com.ti.hwa.dmpac_sde" |
| | dmpac_sde kernel name
|
| |
| #define | TIVX_DMPAC_SDE_CMD_GET_ERR_STATUS (0x10000001u) |
| | Control Command to get the combined error status Returns the combined error status of the last processed frame, incorporating error interrupts and watchdog timer error interrupt. A reference to vx_scalar is passed as an argument with this control command. The node returns a bit-mask of the error status in the U32 variable of vx_scalar. More...
|
| |
|
#define | TIVX_DMPAC_SDE_CMD_GET_PSA_STATUS (0x10000002u) |
| | Control Command to retrieve the PSA signature values.
|
| |
◆ TIVX_DMPAC_SDE_CMD_GET_ERR_STATUS
| #define TIVX_DMPAC_SDE_CMD_GET_ERR_STATUS (0x10000001u) |
Control Command to get the combined error status Returns the combined error status of the last processed frame, incorporating error interrupts and watchdog timer error interrupt. A reference to vx_scalar is passed as an argument with this control command. The node returns a bit-mask of the error status in the U32 variable of vx_scalar.
- Error interrupt status bits (0–29) are directly taken from the sde_obj->err_stat variable.
- If watchdog timer error is detected in sde (bit 1 in wd_err_status), this is flagged by setting bit 30 in the returned error status.
- If watchdog timer error is detected in FOCO1 (bit 3 in wd_err_status), this is flagged by setting bit 31 in the returned error status.
Definition at line 110 of file hwa_dmpac_sde.h.
◆ tivxDmpacSdeNode()
[Graph] Creates a DMPAC_SDE Node.
- Parameters
-
- See also
TIVX_KERNEL_DMPAC_SDE_NAME
- Returns
vx_node.
- Return values
-
| vx_node | A node reference. Any possible errors preventing a successful creation should be checked using vxGetStatus |
◆ tivx_dmpac_sde_params_init()
Function to initialize SDE Parameters.
- Parameters
-
| prms | [IN] Pointer to SDE parameters |