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

Structure for slice argument. More...

#include <codec_app_def.h>

Public Attributes

SliceModeEnum uiSliceMode
 by default, uiSliceMode will be SM_SINGLE_SLICE
 
uint32_t uiSliceNum
 only used when uiSliceMode=1, when uiSliceNum=0 means auto design it with cpu core number
 
uint32_t uiSliceMbNum [((128 -((4 *4)+1+4))/3)]
 only used when uiSliceMode=2; when =0 means setting one MB row a slice
 
uint32_t uiSliceSizeConstraint
 now only used when uiSliceMode=4
 

Detailed Description

Structure for slice argument.

Member Data Documentation

◆ uiSliceMbNum

uint32_t uiSliceMbNum[(( 128 -((4 *4)+1+ 4))/3)]

only used when uiSliceMode=2; when =0 means setting one MB row a slice

◆ uiSliceMode

SliceModeEnum uiSliceMode

by default, uiSliceMode will be SM_SINGLE_SLICE

◆ uiSliceNum

uint32_t uiSliceNum

only used when uiSliceMode=1, when uiSliceNum=0 means auto design it with cpu core number

◆ uiSliceSizeConstraint

uint32_t uiSliceSizeConstraint

now only used when uiSliceMode=4


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