Pre-process Video Device Mode
The following code block shows the data structure for the pre-process video device mode
structure.
typedef struct _ST_PP_VDO_MODE {
EN_PXL_FMT enPxlFmt;
STF_UINT uiHeight;
STF_UINT uiWidth;
STF_UINT uiAddr;
} ST_PP_VDO_MODE, *PST_PP_VDO_MODE;
The following table describes the fields in the above code block.
| Field | Description |
|---|---|
| enPxlFmt | Pixel format |
| uiHeight | Image Height |
| uiWidth | Image width |
| uiAddr | Buffer address |
