Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp813 …pNalPayload = ParseNalHeader (pCtx, &pCtx->sCurNalHead, pDstNal, iDstIdx, pSrcNal - 3, iSrcIdx + 3… in WelsDecodeBs()
815 if (IS_PARAM_SETS_NALS (pCtx->sCurNalHead.eNalUnitType)) { in WelsDecodeBs()
875 …pNalPayload = ParseNalHeader (pCtx, &pCtx->sCurNalHead, pDstNal, iDstIdx, pSrcNal - 3, iSrcIdx + 3… in WelsDecodeBs()
877 if (IS_PARAM_SETS_NALS (pCtx->sCurNalHead.eNalUnitType)) { in WelsDecodeBs()
Ddecoder_core.cpp2888 if (IS_VCL_NAL (pCtx->sCurNalHead.eNalUnitType, 1)) { //VCL data, AU list should have data in CheckAndFinishLastPic()
2895 if (pCtx->sCurNalHead.eNalUnitType == NAL_UNIT_AU_DELIMITER) { in CheckAndFinishLastPic()
2897 } else if (pCtx->sCurNalHead.eNalUnitType == NAL_UNIT_SEI) { in CheckAndFinishLastPic()
2899 } else if (pCtx->sCurNalHead.eNalUnitType == NAL_UNIT_SPS) { in CheckAndFinishLastPic()
2901 } else if (pCtx->sCurNalHead.eNalUnitType == NAL_UNIT_SUBSET_SPS) { in CheckAndFinishLastPic()
2903 } else if (pCtx->sCurNalHead.eNalUnitType == NAL_UNIT_PPS) { in CheckAndFinishLastPic()
Dau_parser.cpp588 eNalType = pCtx->sCurNalHead.eNalUnitType; in ParseNonVclNal()
917 SNalUnitHeader* pNalHead = &pCtx->sCurNalHead; in ParseSps()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h331 SNalUnitHeader sCurNalHead; member
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp809 eNalType = pDecContext->sCurNalHead.eNalUnitType; in DecodeFrame2WithCtx()