Home
last modified time | relevance | path

Searched refs:pNalCur (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/decoder/core/inc/
Ddecode_slice.h41 int32_t WelsDecodeMbCavlcISlice (PWelsDecoderContext pCtx, PNalUnit pNalCur, uint32_t& uiEosFlag);
44 int32_t WelsDecodeMbCavlcPSlice (PWelsDecoderContext pCtx, PNalUnit pNalCur, uint32_t& uiEosFlag);
47 int32_t WelsDecodeMbCavlcBSlice (PWelsDecoderContext pCtx, PNalUnit pNalCur, uint32_t& uiEosFlag);
49 typedef int32_t (*PWelsDecMbFunc) (PWelsDecoderContext pCtx, PNalUnit pNalCur, uint32_t& uiEosFlag);
51 int32_t WelsDecodeMbCabacISlice (PWelsDecoderContext pCtx, PNalUnit pNalCur, uint32_t& uiEosFlag);
52 int32_t WelsDecodeMbCabacPSlice (PWelsDecoderContext pCtx, PNalUnit pNalCur, uint32_t& uiEosFlag);
53 int32_t WelsDecodeMbCabacBSlice (PWelsDecoderContext pCtx, PNalUnit pNalCur, uint32_t& uiEosFlag);
60 int32_t WelsDecodeSlice (PWelsDecoderContext pCtx, bool bFirstSliceInLayer, PNalUnit pNalCur);
Ddecoder_context.h408 PNalUnit pNalCur; // point to current NAL Nnit member
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp2483 PNalUnit pNalCur = pCtx->pNalCur = NULL; in DecodeCurrentAccessUnit() local
2524 pNalCur = pCurAu->pNalUnitsList[iIdx]; in DecodeCurrentAccessUnit()
2583 pCtx->pDec->uiTimeStamp = pNalCur->uiTimeStamp; in DecodeCurrentAccessUnit()
2604 …if (pNalCur->sNalHeaderExt.uiLayerDqId > kuiTargetLayerDqId) { // confirmed pNalCur will never be … in DecodeCurrentAccessUnit()
2615 iCurrIdQ = pNalCur->sNalHeaderExt.uiQualityId; in DecodeCurrentAccessUnit()
2616 iCurrIdD = pNalCur->sNalHeaderExt.uiDependencyId; in DecodeCurrentAccessUnit()
2617 pSh = &pNalCur->sNalData.sVclNal.sSliceHeaderExt.sSliceHeader; in DecodeCurrentAccessUnit()
2618 pShExt = &pNalCur->sNalData.sVclNal.sSliceHeaderExt; in DecodeCurrentAccessUnit()
2620 …bReconstructSlice = CheckSliceNeedReconstruct (pNalCur->sNalHeaderExt.uiLayerDqId, kuiTargetLayerD… in DecodeCurrentAccessUnit()
2622 …memcpy (&pLayerInfo.sNalHeaderExt, &pNalCur->sNalHeaderExt, sizeof (SNalUnitHeaderExt)); //confirm… in DecodeCurrentAccessUnit()
[all …]
Ddecode_slice.cpp853 int32_t WelsDecodeMbCabacISlice (PWelsDecoderContext pCtx, PNalUnit pNalCur, uint32_t& uiEosFlag) { in WelsDecodeMbCabacISlice() argument
1337 int32_t WelsDecodeMbCabacPSlice (PWelsDecoderContext pCtx, PNalUnit pNalCur, uint32_t& uiEosFlag) { in WelsDecodeMbCabacPSlice() argument
1402 int32_t WelsDecodeMbCabacBSlice (PWelsDecoderContext pCtx, PNalUnit pNalCur, uint32_t& uiEosFlag) { in WelsDecodeMbCabacBSlice() argument
1515 int32_t WelsDecodeSlice (PWelsDecoderContext pCtx, bool bFirstSliceInLayer, PNalUnit pNalCur) { in WelsDecodeSlice() argument
1595 iRet = pDecMbFunc (pCtx, pNalCur, uiEosFlag); in WelsDecodeSlice()
1621 PNalUnit pNalCur = pCtx->pNalCur; in WelsDecodeAndConstructSlice() local
1710 iRet = pDecMbFunc (pCtx, pNalCur, uiEosFlag); in WelsDecodeAndConstructSlice()
2066 int32_t WelsDecodeMbCavlcISlice (PWelsDecoderContext pCtx, PNalUnit pNalCur, uint32_t& uiEosFlag) { in WelsDecodeMbCavlcISlice() argument
2443 int32_t WelsDecodeMbCavlcPSlice (PWelsDecoderContext pCtx, PNalUnit pNalCur, uint32_t& uiEosFlag) { in WelsDecodeMbCavlcPSlice() argument
2494 (pNalCur->sNalHeaderExt.uiQualityId == 0 && pNalCur->sNalHeaderExt.uiDependencyId == 0)) { in WelsDecodeMbCavlcPSlice()
[all …]