Home
last modified time | relevance | path

Searched refs:SNalUnit (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Dmemmgr_nal_unit.cpp52 const uint32_t kuiSizeNalUnit = sizeof (SNalUnit); in MemInitNalList()
109 …memcpy (pTmp->pNalUnitsList[iIdx], (*ppAu)->pNalUnitsList[iIdx], sizeof (SNalUnit)); //confirmed_s… in ExpandNalUnitList()
143 memset (pNu, 0, sizeof (SNalUnit)); // Please do not remove this for cache intend!! in MemGetNextNal()
Ddecoder_core.cpp93 SNalUnit* pCurNal = NULL; in DecodeFrameConstruction()
/third_party/openh264/codec/decoder/core/inc/
Dnalu.h61 } SNalUnit, *PNalUnit; typedef
Ddecoder_context.h243 SNalUnit sPrefixNal;