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

Buffer info. More...

#include <codec_def.h>

Collaboration diagram for TagBufferInfo:
Collaboration graph
[legend]

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]
 

Detailed Description

Buffer info.

Member Data Documentation

◆ iBufferStatus

int32_t iBufferStatus

0: one frame data is not ready; 1: one frame data is ready

◆ pDst

unsigned char* pDst[3]

◆ sSystemBuffer

SSysMEMBuffer sSystemBuffer

memory info for one picture

◆ uiInBsTimeStamp

unsigned long long uiInBsTimeStamp

input BS timestamp

◆ uiOutYuvTimeStamp

unsigned long long uiOutYuvTimeStamp

output YUV timestamp, when bufferstatus is 1

◆ 

union { ... } UsrData

output buffer info


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