Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/inc/
Dwels_common_defs.h92 NAL_UNIT_PPS = 8, enumerator
145 #define IS_PARAM_SETS_NALS(t) ( (t) == NAL_UNIT_SPS || (t) == NAL_UNIT_PPS || (t)…
148 #define IS_PPS_NAL(t) ( (t) == NAL_UNIT_PPS )
/third_party/openh264/test/decoder/
DDecUT_DecExt.cpp197 case NAL_UNIT_PPS: in MockPacketType()
/third_party/gstreamer/gstplugins_bad/ext/x265/
Dgstx265enc.c1182 } else if (nal[i].type == NAL_UNIT_PPS) { in gst_x265_enc_get_header_buffer()
/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp614 case NAL_UNIT_PPS: in ParseNonVclNal()
Ddecoder_core.cpp2903 } else if (pCtx->sCurNalHead.eNalUnitType == NAL_UNIT_PPS) { in CheckAndFinishLastPic()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp2846 WelsLoadNal (pCtx->pOut, NAL_UNIT_PPS, NRI_PRI_HIGHEST); in WelsWriteOnePPS()