|
H.264 Codec for ESP32-S3
|
Buffer info. More...
#include <codec_def.h>

Public Attributes | |
| int32_t | iBufferStatus |
| 0: one frame data is not ready; 1: one frame data is ready | |
| unsigned long long | uiInBsTimeStamp |
| input BS timestamp | |
| unsigned long long | uiOutYuvTimeStamp |
| output YUV timestamp, when bufferstatus is 1 | |
| union { | |
| SSysMEMBuffer sSystemBuffer | |
| memory info for one picture More... | |
| } | UsrData |
| output buffer info | |
| unsigned char * | pDst [3] |
Buffer info.
| int32_t iBufferStatus |
0: one frame data is not ready; 1: one frame data is ready
| unsigned char* pDst[3] |
| SSysMEMBuffer sSystemBuffer |
memory info for one picture
| unsigned long long uiInBsTimeStamp |
input BS timestamp
| unsigned long long uiOutYuvTimeStamp |
output YUV timestamp, when bufferstatus is 1
| union { ... } UsrData |
output buffer info