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

SVC Decoding Parameters, reserved here and potential applicable in the future. More...

#include <codec_app_def.h>

Collaboration diagram for TagSVCDecodingParam:
Collaboration graph
[legend]

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
 

Detailed Description

SVC Decoding Parameters, reserved here and potential applicable in the future.

Member Data Documentation

◆ bParseOnly

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

◆ eEcActiveIdc

ERROR_CON_IDC eEcActiveIdc

whether active error concealment feature in decoder

◆ min_au_size

int32_t min_au_size

◆ pFileNameRestructed

char* pFileNameRestructed

file name of reconstructed frame used for PSNR calculation based debug

◆ sVideoProperty

SVideoProperty sVideoProperty

video stream property

◆ uiCpuLoad

uint32_t uiCpuLoad

CPU load.

◆ uiTargetDqLayer

unsigned char uiTargetDqLayer

setting target dq layer id


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