Home
last modified time | relevance | path

Searched refs:pPreviousDecodedPictureInDpb (Results 1 – 7 of 7) sorted by relevance

/third_party/openh264/test/decoder/
DDecUT_ErrorConcealment.cpp128 PPicture pSrcPic = pECCtx->pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb; in DoAncErrorConSliceCopy()
248 pECCtx->pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb = iRef ? &pECCtx->sSrcPic : NULL; in TEST()
283 pECCtx->pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb = iRef ? &pECCtx->sSrcPic : NULL; in TEST()
/third_party/openh264/codec/decoder/core/src/
Dmanage_dec_ref.cpp174 && (NULL != pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb); in WelsCheckAndRecoverForFutureDecoding()
176 … && (pRef->iWidthInPixel == pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb->iWidthInPixel) in WelsCheckAndRecoverForFutureDecoding()
177 … && (pRef->iHeightInPixel == pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb->iHeightInPixel); in WelsCheckAndRecoverForFutureDecoding()
183 } else if (pRef == pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb) { in WelsCheckAndRecoverForFutureDecoding()
186 memcpy (pRef->pData[0], pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb->pData[0], in WelsCheckAndRecoverForFutureDecoding()
188 memcpy (pRef->pData[1], pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb->pData[1], in WelsCheckAndRecoverForFutureDecoding()
190 memcpy (pRef->pData[2], pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb->pData[2], in WelsCheckAndRecoverForFutureDecoding()
Derror_concealment.cpp93 PPicture pSrcPic = pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb; in DoErrorConFrameCopy()
119 PPicture pSrcPic = pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb; in DoErrorConSliceCopy()
382 PPicture pSrcPic = pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb; in DoErrorConSliceMVCopy()
Ddecoder.cpp198 if (pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb == pPicOldBuf->ppPic[iPrevPicIdx]) { in DecreasePicBuff()
349 pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb = NULL; in WelsDecoderDefaults()
395 sLastDecPicInfo.pPreviousDecodedPictureInDpb = NULL; in WelsDecoderLastDecPicInfoDefaults()
522 pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb = NULL; in WelsRequestMem()
Ddecoder_core.cpp2826 …pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb = pCtx->pDec; //store latest decoded picture f… in DecodeCurrentAccessUnit()
2920 … pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb = pCtx->pDec; //save ECed pic for future use in CheckAndFinishLastPic()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp996 if (m_sReoderingStatus.iNumOfPicts && pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb in BufferingReadyPicture()
997 && pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb->bNewSeqBegin) { in BufferingReadyPicture()
1031 … m_sPictInfoList[i].iPicBuffIdx = pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb->iPicBuffIdx; in BufferingReadyPicture()
1032 … if (GetThreadCount (pCtx) <= 1) ++pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb->iRefCount; in BufferingReadyPicture()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h277 …PPicture pPreviousDecodedPictureInDpb; //pointer to previously decoded picture in DPB for… member