Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/inc/
Dwels_common_defs.h90 NAL_UNIT_SEI = 6, enumerator
149 #define IS_SEI_NAL(t) ( (t) == NAL_UNIT_SEI )
/third_party/openh264/test/decoder/
DDecUT_DecExt.cpp191 case NAL_UNIT_SEI: in MockPacketType()
/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp198 case NAL_UNIT_SEI: in ParseNalHeader()
639 case NAL_UNIT_SEI: in ParseNonVclNal()
Ddecoder_core.cpp2897 } else if (pCtx->sCurNalHead.eNalUnitType == NAL_UNIT_SEI) { in CheckAndFinishLastPic()