Video Memory Table
The following code block shows the data structure for the video memory table structure.
typedef struct _ST_VDO_MEM_TBL {
STF_U32 u32Count;
ST_VDO_MEM *pstVdoMem;
} ST_VDO_MEM_TBL, *PST_VDO_MEM_TBL;
The following table describes the fields in the above code block.
| Field | Description |
|---|---|
| u32Count | Indicate the amount of video memory in this table |
| pstVdoMem | Video memory array |
