H.264 Codec for ESP32-S3
Loading...
Searching...
No Matches
Public Attributes | List of all members
TagParserBsInfo Struct Reference

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
 

Detailed Description

Structure for parse only output.

Member Data Documentation

◆ iNalNum

int32_t iNalNum

total NAL number in current AU

◆ iSpsHeightInPixel

int32_t iSpsHeightInPixel

required SPS height info

◆ iSpsWidthInPixel

int32_t iSpsWidthInPixel

required SPS width info

◆ pDstBuff

unsigned char* pDstBuff

outputted dst buffer for parsed bitstream

◆ pNalLenInByte

int32_t* pNalLenInByte

each nal length

◆ uiInBsTimeStamp

unsigned long long uiInBsTimeStamp

input BS timestamp

◆ uiOutBsTimeStamp

unsigned long long uiOutBsTimeStamp

output BS timestamp


The documentation for this struct was generated from the following file: