|
H.264 Codec for ESP32-S3
|
Structure for source picture. More...
#include <codec_app_def.h>
Public Attributes | |
| int32_t | iColorFormat |
| color space type | |
| int32_t | iStride [4] |
| stride for each plane pData | |
| unsigned char * | pData [4] |
| plane pData | |
| int32_t | iPicWidth |
| luma picture width in x coordinate | |
| int32_t | iPicHeight |
| luma picture height in y coordinate | |
| long long | uiTimeStamp |
| timestamp of the source picture, unit: millisecond | |
Structure for source picture.
| int32_t iColorFormat |
color space type
| int32_t iPicHeight |
luma picture height in y coordinate
| int32_t iPicWidth |
luma picture width in x coordinate
| int32_t iStride[4] |
stride for each plane pData
| unsigned char* pData[4] |
plane pData
| long long uiTimeStamp |
timestamp of the source picture, unit: millisecond