Home
last modified time | relevance | path

Searched refs:EWelsNalUnitType (Results 1 – 12 of 12) sorted by relevance

/third_party/openh264/test/api/
Dencode_decode_api_test.cpp268 bool ToRemainDidNal (const unsigned char* pSrc, EWelsNalUnitType eNalType, int iTarDid) { in ToRemainDidNal()
298 tmpSLostSim.eNalType = (EWelsNalUnitType) ((* (pSrcPtr + iPrefix)) & 0x1f); // eNalUnitType in ExtractDidNal()
331 …tmpSLostSim.eNalType = (EWelsNalUnitType) ((* (pSrc + iBufPos + ilastprefixlen)) & 0x1f); // eNalU… in SimulateNALLoss()
350 …tmpSLostSim.eNalType = (EWelsNalUnitType) ((* (pSrc + iBufPos + ilastprefixlen)) & 0x1f); // eNalU… in SimulateNALLoss()
372 …tmpSLostSim.eNalType = (EWelsNalUnitType) ((* (pSrc + iBufPos + ilastprefixlen)) & 0x1f); // eNalU… in SimulateNALLoss()
Dencode_decode_api_test.h45 WelsCommon::EWelsNalUnitType eNalType;
157 bool ToRemainDidNal (const unsigned char* pSrc, EWelsNalUnitType eNalType, int iTarDid);
/third_party/openh264/codec/encoder/core/src/
Dnal_encap.cpp53 sNalUnitHeader->eNalUnitType = (EWelsNalUnitType)kiType; in WelsLoadNal()
87 sNalUnitHeader->eNalUnitType = (EWelsNalUnitType)kiType; in WelsLoadNalForSlice()
Dencoder_ext.cpp2951 const EWelsNalUnitType keNalType, in AddPrefixNal()
3466 EWelsNalUnitType eNalType = NAL_UNIT_UNSPEC_0; in WelsEncoderEncodeExt()
4538 const EWelsNalUnitType keNalType = pCtx->eNalType; in WelsCodeOnePicPartition()
/third_party/openh264/codec/common/inc/
Dwels_common_defs.h83 enum EWelsNalUnitType { enum
248 EWelsNalUnitType eNalUnitType;
/third_party/openh264/codec/encoder/core/inc/
Dencoder.h115 const EWelsNalUnitType keNalType,
Dwels_task_encoder.h81 EWelsNalUnitType m_eNalType;
Dencoder_context.h158 EWelsNalUnitType eNalType; // NAL type
/third_party/openh264/test/decoder/
DDecUT_DecExt.cpp35 void MockPacketType (const EWelsNalUnitType eNalUnitType, const int iPacketLength);
189 void DecoderInterfaceTest::MockPacketType (const EWelsNalUnitType eNalUnitType, const int iPacketLe… in MockPacketType()
/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp144 pNalUnitHeader->eNalUnitType = (EWelsNalUnitType) (pNal[0] & 0x1f); // eNalUnitType in ParseNalHeader()
578 EWelsNalUnitType eNalType = NAL_UNIT_UNSPEC_0; // make initial value as unspecified in ParseNonVclNal()
Ddecoder_core.cpp885 EWelsNalUnitType eNalType = static_cast<EWelsNalUnitType> (0); in ParseSliceHeaderSyntaxs()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp806 EWelsNalUnitType eNalType = in DecodeFrame2WithCtx()