|
H.264 Codec for ESP32-S3
|
Structure for parse only output. More...
#include <codec_app_def.h>
Public Attributes | |
| int32_t | iNalNum |
| total NAL number in current AU | |
| int32_t * | pNalLenInByte |
| each nal length | |
| unsigned char * | pDstBuff |
| outputted dst buffer for parsed bitstream | |
| int32_t | iSpsWidthInPixel |
| required SPS width info | |
| int32_t | iSpsHeightInPixel |
| required SPS height info | |
| unsigned long long | uiInBsTimeStamp |
| input BS timestamp | |
| unsigned long long | uiOutBsTimeStamp |
| output BS timestamp | |
Structure for parse only output.
| int32_t iNalNum |
total NAL number in current AU
| int32_t iSpsHeightInPixel |
required SPS height info
| int32_t iSpsWidthInPixel |
required SPS width info
| unsigned char* pDstBuff |
outputted dst buffer for parsed bitstream
| int32_t* pNalLenInByte |
each nal length
| unsigned long long uiInBsTimeStamp |
input BS timestamp
| unsigned long long uiOutBsTimeStamp |
output BS timestamp