Pre-process Device Parameter
The following code block shows the data structure for the pre-process device parameter
structure.
typedef struct _ST_PP_DEV_PARAM {
STF_U32 u32PixelFormat;
} ST_PP_DEV_PARAM, *PST_PP_DEV_PARAM;
The following table describes the fields in the above code block.
| Field | Description |
|---|---|
| u32PixelFormat | The pixel format |
