Searched refs:pPicBuff (Results 1 – 6 of 6) sorted by relevance
/third_party/openh264/codec/decoder/core/inc/ |
D | pic_queue.h | 55 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,
|
D | decoder_context.h | 397 …PPicBuff pPicBuff; // Initially allocated memory for pictures which are… member
|
/third_party/openh264/codec/decoder/core/src/ |
D | decoder.cpp | 346 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 …]
|
D | decoder_core.cpp | 2499 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()
|
D | manage_dec_ref.cpp | 154 PPicture pRef = PrefetchPic (pCtx->pPicBuff); in WelsCheckAndRecoverForFutureDecoding()
|
/third_party/openh264/codec/decoder/plus/src/ |
D | welsDecoderExt.cpp | 432 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 …]
|