|
H.264 Codec for ESP32-S3
|
SVC Decoding Parameters, reserved here and potential applicable in the future. More...
#include <codec_app_def.h>

Public Attributes | |
| char * | pFileNameRestructed |
| file name of reconstructed frame used for PSNR calculation based debug | |
| uint32_t | uiCpuLoad |
| CPU load. | |
| unsigned char | uiTargetDqLayer |
| setting target dq layer id | |
| ERROR_CON_IDC | eEcActiveIdc |
| whether active error concealment feature in decoder | |
| bool | bParseOnly |
| decoder for parse only, no reconstruction. When it is true, SPS/PPS size should not exceed SPS_PPS_BS_SIZE (128). Otherwise, it will return error info | |
| SVideoProperty | sVideoProperty |
| video stream property | |
| int32_t | min_au_size |
SVC Decoding Parameters, reserved here and potential applicable in the future.
| bool bParseOnly |
decoder for parse only, no reconstruction. When it is true, SPS/PPS size should not exceed SPS_PPS_BS_SIZE (128). Otherwise, it will return error info
| ERROR_CON_IDC eEcActiveIdc |
whether active error concealment feature in decoder
| int32_t min_au_size |
| char* pFileNameRestructed |
file name of reconstructed frame used for PSNR calculation based debug
| SVideoProperty sVideoProperty |
video stream property
| uint32_t uiCpuLoad |
CPU load.
| unsigned char uiTargetDqLayer |
setting target dq layer id