Video Device Pointer Table

The following code block shows the data structure for the video device pointer table structure.
typedef struct _ST_VDEV_PTR_TBL {
    STF_U32 u32Count;
    ST_CI_DEVICE *pstVDev[EN_ISP_PORT_IDX_MAX + 1];
} ST_VDEV_PTR_TBL, *PST_VDEV_PTR_TBL;
The following table describes the fields in the above code block.
Table 1. Video Device Pointer Table Field Description
Field Description
u32Count Indicate the amount of devices in this table
pstVDev Device pointer structure array