Home
last modified time | relevance | path

Searched refs:MAX_NAL_UNIT_NUM_IN_AU (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/decoder/core/inc/
Dwels_const.h59 #define MAX_NAL_UNIT_NUM_IN_AU 32 // predefined maximal number of NAL Units in an acc… macro
/third_party/openh264/codec/decoder/core/src/
Dmemmgr_nal_unit.cpp135 const uint32_t kuiExpandingSize = pAu->uiCountUnitsNum + (MAX_NAL_UNIT_NUM_IN_AU >> 1); in MemGetNextNal()
Ddecoder_core.cpp763 if (MemInitNalList (&pCtx->pAccessUnitList, MAX_NAL_UNIT_NUM_IN_AU, pCtx->pMemAlign) != 0) in WelsInitStaticMemory()