Video Buffer Information

The following code block shows the data structure for the video buffer information structure.
typedef struct _ST_VDO_BUF_INFO {
    STF_U8 u8BufIdx;
    STF_BOOL8 bIsScDumpForAe;
    STF_U32 u32BytesUsed;
    struct timeval stTimeStamp;
} ST_VDO_BUF_INFO, *PST_VDO_BUF_INFO;
The following table describes the fields in the above code block.
Table 1. Video Buffer Information Field Description
Field Description
u8BufIdx Buffer index
bIsScDumpForAe Indicate that this buffer is ready for AE or AWB
u32BytesUsed Indicate the number of bytes used to store image data
stTimeStamp Store the timestamp information