Home
last modified time | relevance | path

Searched refs:pPicBuff (Results 1 – 6 of 6) sorted by relevance

/third_party/openh264/codec/decoder/core/inc/
Dpic_queue.h55 PPicture PrefetchPic (PPicBuff pPicBuff); // To get current node applicable
56 PPicture PrefetchPicForThread (PPicBuff pPicBuff); // To get current node applicable in the case of…
57 PPicture PrefetchLastPicForThread (PPicBuff pPicBuff,
Ddecoder_context.h397 …PPicBuff pPicBuff; // Initially allocated memory for pictures which are… member
/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp346 pCtx->pPicBuff = NULL; in WelsDecoderDefaults()
479 if (pCtx->pPicBuff != NULL in WelsRequestMem()
480 && pCtx->pPicBuff->iCapacity == in WelsRequestMem()
493 && pCtx->pPicBuff != NULL && pCtx->pPicBuff->iCapacity != iPicQueueSize) { in WelsRequestMem()
498 kiPicWidth, kiPicHeight, pCtx->pPicBuff->iCapacity, iPicQueueSize); in WelsRequestMem()
499 if (pCtx->pPicBuff->iCapacity < iPicQueueSize) { in WelsRequestMem()
500 … iErr = IncreasePicBuff (pCtx, &pCtx->pPicBuff, pCtx->pPicBuff->iCapacity, kiPicWidth, kiPicHeight, in WelsRequestMem()
503 … iErr = DecreasePicBuff (pCtx, &pCtx->pPicBuff, pCtx->pPicBuff->iCapacity, kiPicWidth, kiPicHeight, in WelsRequestMem()
510 …Ctx->iImgWidthInPixel, pCtx->iImgHeightInPixel, kiPicWidth, kiPicHeight, pCtx->pPicBuff->iCapacity, in WelsRequestMem()
516 PPicBuff* ppPic = &pCtx->pPicBuff; in WelsRequestMem()
[all …]
Ddecoder_core.cpp2499 pLastThreadCtx->pDec = PrefetchLastPicForThread (pCtx->pPicBuff, in DecodeCurrentAccessUnit()
2537 pCtx->pDec = PrefetchPic (pCtx->pPicBuff); in DecodeCurrentAccessUnit()
2869 if (pCtx->pPicBuff != pThreadCtx[i - id].pCtx->pPicBuff) { in DecodeCurrentAccessUnit()
2870 pCtx->pPicBuff = pThreadCtx[i - id].pCtx->pPicBuff; in DecodeCurrentAccessUnit()
Dmanage_dec_ref.cpp154 PPicture pRef = PrefetchPic (pCtx->pPicBuff); in WelsCheckAndRecoverForFutureDecoding()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp432 pCtx->pPicBuff = NULL; in InitDecoderCtx()
1047 PPicBuff pPicBuff = pCtx ? pCtx->pPicBuff : m_pPicBuff; in ReleaseBufferedReadyPictureReorder() local
1082 if (pPicBuff != NULL) { in ReleaseBufferedReadyPictureReorder()
1083 … PPicture pPic = pPicBuff->ppPic[m_sPictInfoList[m_sReoderingStatus.iPictInfoIndex].iPicBuffIdx]; in ReleaseBufferedReadyPictureReorder()
1135 if (pPicBuff != NULL) { in ReleaseBufferedReadyPictureReorder()
1136 … PPicture pPic = pPicBuff->ppPic[m_sPictInfoList[m_sReoderingStatus.iPictInfoIndex].iPicBuffIdx]; in ReleaseBufferedReadyPictureReorder()
1181 PPicBuff pPicBuff = pCtx ? pCtx->pPicBuff : m_pPicBuff; in ReleaseBufferedReadyPictureNoReorder() local
1182 … PPicture pPic = pPicBuff->ppPic[m_sPictInfoList[m_sReoderingStatus.iPictInfoIndex].iPicBuffIdx]; in ReleaseBufferedReadyPictureNoReorder()
1344 if (sThreadCtx.pCtx->pPicBuff != m_pPicBuff) { in ParseAccessUnit()
1346 sThreadCtx.pCtx->pPicBuff = m_pPicBuff; in ParseAccessUnit()
[all …]