Video Device Table
The following code block shows the data structure for the video device table structure.
typedef struct ST_VDEV_TBL {
STF_U32 u32Count;
ST_CI_DEVICE stVDev[EN_ISP_PORT_IDX_MAX + 1];
} ST_VDEV_TBL, *PST_VDEV_TBL;
The following table describes the fields in the above code block.
| Field | Description |
|---|---|
| u32Count | Indicate the amount of devices in this table |
| stVDev | Device structure array |
