|
H.264 Codec for ESP32-S3
|
Structure for spatial layer configuration. More...
#include <codec_app_def.h>

Public Attributes | |
| int32_t | iVideoWidth |
| width of picture in luminance samples of a layer | |
| int32_t | iVideoHeight |
| height of picture in luminance samples of a layer | |
| float | fFrameRate |
| frame rate specified for a layer | |
| int32_t | iSpatialBitrate |
| target bitrate for a spatial layer, in unit of bps | |
| int32_t | iMaxSpatialBitrate |
| maximum bitrate for a spatial layer, in unit of bps | |
| EProfileIdc | uiProfileIdc |
| value of profile IDC (PRO_UNKNOWN for auto-detection) | |
| ELevelIdc | uiLevelIdc |
| value of profile IDC (0 for auto-detection) | |
| int32_t | iDLayerQp |
| value of level IDC (0 for auto-detection) | |
| SSliceArgument | sSliceArgument |
| bool | bVideoSignalTypePresent |
| unsigned char | uiVideoFormat |
| bool | bFullRange |
| bool | bColorDescriptionPresent |
| unsigned char | uiColorPrimaries |
| unsigned char | uiTransferCharacteristics |
| unsigned char | uiColorMatrix |
| bool | bAspectRatioPresent |
| aspect ratio present in VUI | |
| ESampleAspectRatio | eAspectRatio |
| aspect ratio idc | |
| unsigned short | sAspectRatioExtWidth |
| use if aspect ratio idc == 255 | |
| unsigned short | sAspectRatioExtHeight |
| use if aspect ratio idc == 255 | |
Structure for spatial layer configuration.
| bool bAspectRatioPresent |
aspect ratio present in VUI
| bool bColorDescriptionPresent |
| bool bFullRange |
| bool bVideoSignalTypePresent |
| ESampleAspectRatio eAspectRatio |
aspect ratio idc
| float fFrameRate |
frame rate specified for a layer
| int32_t iDLayerQp |
value of level IDC (0 for auto-detection)
| int32_t iMaxSpatialBitrate |
maximum bitrate for a spatial layer, in unit of bps
| int32_t iSpatialBitrate |
target bitrate for a spatial layer, in unit of bps
| int32_t iVideoHeight |
height of picture in luminance samples of a layer
| int32_t iVideoWidth |
width of picture in luminance samples of a layer
| unsigned short sAspectRatioExtHeight |
use if aspect ratio idc == 255
| unsigned short sAspectRatioExtWidth |
use if aspect ratio idc == 255
| SSliceArgument sSliceArgument |
| unsigned char uiColorMatrix |
| unsigned char uiColorPrimaries |
| ELevelIdc uiLevelIdc |
value of profile IDC (0 for auto-detection)
| EProfileIdc uiProfileIdc |
value of profile IDC (PRO_UNKNOWN for auto-detection)
| unsigned char uiTransferCharacteristics |
| unsigned char uiVideoFormat |