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

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
 

Detailed Description

Structure for source picture.

Member Data Documentation

◆ iColorFormat

int32_t iColorFormat

color space type

◆ iPicHeight

int32_t iPicHeight

luma picture height in y coordinate

◆ iPicWidth

int32_t iPicWidth

luma picture width in x coordinate

◆ iStride

int32_t iStride[4]

stride for each plane pData

◆ pData

unsigned char* pData[4]

plane pData

◆ uiTimeStamp

long long uiTimeStamp

timestamp of the source picture, unit: millisecond


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