Home
last modified time | relevance | path

Searched refs:NAL_UNIT_SUBSET_SPS (Results 1 – 5 of 5) sorted by relevance

/third_party/openh264/codec/common/inc/
Dwels_common_defs.h99 NAL_UNIT_SUBSET_SPS = 15, enumerator
145 …S(t) ( (t) == NAL_UNIT_SPS || (t) == NAL_UNIT_PPS || (t) == NAL_UNIT_SUBSET_SPS )
147 #define IS_SUBSET_SPS_NAL(t) ( (t) == NAL_UNIT_SUBSET_SPS )
152 #define IS_SUBSET_SPS_USED(t) ( (t) == NAL_UNIT_SUBSET_SPS || (t) == NAL_UNIT_COD…
/third_party/openh264/test/decoder/
DDecUT_DecExt.cpp200 case NAL_UNIT_SUBSET_SPS: in MockPacketType()
/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp592 case NAL_UNIT_SUBSET_SPS: in ParseNonVclNal()
Ddecoder_core.cpp2901 } else if (pCtx->sCurNalHead.eNalUnitType == NAL_UNIT_SUBSET_SPS) { in CheckAndFinishLastPic()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp2906 WelsLoadNal (pCtx->pOut, NAL_UNIT_SUBSET_SPS, NRI_PRI_HIGHEST); in WelsWriteParameterSets()