Searched defs:pPic (Results 1 – 7 of 7) sorted by relevance
/third_party/openh264/codec/decoder/core/src/ |
D | pic_queue.cpp | 63 PPicture pPic = NULL; in AllocPicture() local 138 void FreePicture (PPicture pPic, CMemoryAlign* pMa) { in FreePicture() 185 PPicture pPic = NULL; in PrefetchPic() local 219 PPicture pPic = NULL; in PrefetchPicForThread() local 233 PPicture pPic = NULL; in PrefetchLastPicForThread() local
|
D | manage_dec_ref.cpp | 395 PPicture pPic = NULL; in WelsReorderRefList() local 687 PPicture pPic = NULL; in MMCOProcess() local 759 PPicture pPic = NULL; in SlidingWindow() local 783 PPicture pPic = NULL; in WelsDelShortFromList() local 804 PPicture pPic = WelsDelShortFromList (pRefPic, iFrameNum); in WelsDelShortFromListSetUnref() local 812 PPicture pPic = NULL; in WelsDelLongFromList() local 833 PPicture pPic = WelsDelLongFromList (pRefPic, uiLongTermFrameIdx); in WelsDelLongFromListSetUnref() local 840 static int32_t AddShortTermToList (PRefPic pRefPic, PPicture pPic) { in AddShortTermToList() 865 static int32_t AddLongTermToList (PRefPic pRefPic, PPicture pPic, int32_t iLongTermFrameIdx, in AddLongTermToList() 895 PPicture pPic = NULL; in MarkAsLongTerm() local [all …]
|
D | decoder.cpp | 89 PPicture pPic = AllocPicture (pCtx, kiPicWidth, kiPicHeight); in CreatePicBuff() local 133 PPicture pPic = AllocPicture (pCtx, kiPicWidth, kiPicHeight); in IncreasePicBuff() local 270 PPicture pPic = pPicBuf->ppPic[iPicIdx]; in DestroyPicBuff() local 1201 PPicture pPic = pCtx->pDec; in UpdateDecStatNoFreezingInfo() local
|
D | decoder_core.cpp | 49 PPicture pPic = pCtx->pDec; in DecodeFrameConstruction() local
|
/third_party/openh264/codec/encoder/core/src/ |
D | picture_handle.cpp | 53 SPicture* pPic = NULL; in AllocPicture() local 131 SPicture* pPic = *ppPic; in FreePicture() local
|
D | wels_preprocess.cpp | 74 …ne void WelsUpdateSpatialIdxMap (sWelsEncCtx* pEncCtx, const int32_t iPos, SPicture* const pPic, in WelsUpdateSpatialIdxMap() 183 SPicture* pPic = AllocPicture (pMa, kiPicWidth, kiPicHeight, false, 0); in AllocSpatialPictures() local 531 SPicture* pPic = pScaledPicture->pScaledInputPicture; in WelsInitScaledPic() local
|
/third_party/openh264/codec/decoder/plus/src/ |
D | welsDecoderExt.cpp | 1083 … PPicture pPic = pPicBuff->ppPic[m_sPictInfoList[m_sReoderingStatus.iPictInfoIndex].iPicBuffIdx]; in ReleaseBufferedReadyPictureReorder() local 1136 … PPicture pPic = pPicBuff->ppPic[m_sPictInfoList[m_sReoderingStatus.iPictInfoIndex].iPicBuffIdx]; in ReleaseBufferedReadyPictureReorder() local 1182 … PPicture pPic = pPicBuff->ppPic[m_sPictInfoList[m_sReoderingStatus.iPictInfoIndex].iPicBuffIdx]; in ReleaseBufferedReadyPictureNoReorder() local
|