Home
last modified time | relevance | path

Searched refs:NAL_UNIT_SPS (Results 1 – 6 of 6) sorted by relevance

/third_party/openh264/codec/common/inc/
Dwels_common_defs.h91 NAL_UNIT_SPS = 7, enumerator
145 #define IS_PARAM_SETS_NALS(t) ( (t) == NAL_UNIT_SPS || (t) == NAL_UNIT_PPS || (t)…
146 #define IS_SPS_NAL(t) ( (t) == NAL_UNIT_SPS )
/third_party/openh264/test/decoder/
DDecUT_DecExt.cpp194 case NAL_UNIT_SPS: in MockPacketType()
268 MockPacketType (NAL_UNIT_SPS, 12); in TestParseOnlyAPI()
/third_party/gstreamer/gstplugins_bad/ext/x265/
Dgstx265enc.c1179 } else if (nal[i].type == NAL_UNIT_SPS) { in gst_x265_enc_get_header_buffer()
/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp591 case NAL_UNIT_SPS: in ParseNonVclNal()
Ddecoder_core.cpp2899 } else if (pCtx->sCurNalHead.eNalUnitType == NAL_UNIT_SPS) { in CheckAndFinishLastPic()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp2826 WelsLoadNal (pCtx->pOut, NAL_UNIT_SPS, NRI_PRI_HIGHEST); in WelsWriteOneSPS()