Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/inc/
Dwels_common_defs.h84 NAL_UNIT_UNSPEC_0 = 0, enumerator
/third_party/openh264/test/decoder/
DDecUT_DecExt.cpp389 MockPacketType (NAL_UNIT_UNSPEC_0, 50); in TestEndOfStream()
/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp119 …pNalUnitHeader->eNalUnitType = NAL_UNIT_UNSPEC_0;//SHOULD init it. because pCtx->sCurNalHead is co… in ParseNalHeader()
578 EWelsNalUnitType eNalType = NAL_UNIT_UNSPEC_0; // make initial value as unspecified in ParseNonVclNal()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp807NAL_UNIT_UNSPEC_0; //for NBR, IDR frames are expected to decode as followed if error decoding an I… in DecodeFrame2WithCtx()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp3466 EWelsNalUnitType eNalType = NAL_UNIT_UNSPEC_0; in WelsEncoderEncodeExt()