Searched refs:AllocPicture (Results 1 – 7 of 7) sorted by relevance
/third_party/openh264/codec/encoder/core/inc/ |
D | picture_handle.h | 55 SPicture* AllocPicture (CMemoryAlign* pMa, const int32_t kiWidth, const int32_t kiHeight, bool bNee…
|
/third_party/openh264/codec/encoder/core/src/ |
D | picture_handle.cpp | 51 SPicture* AllocPicture (CMemoryAlign* pMa, const int32_t kiWidth , const int32_t kiHeight, in AllocPicture() function
|
D | wels_preprocess.cpp | 183 SPicture* pPic = AllocPicture (pMa, kiPicWidth, kiPicHeight, false, 0); in AllocSpatialPictures() 517 pScaledPicture->pScaledInputPicture = AllocPicture (pMemoryAlign, pParam->SUsedPicRect.iWidth, in WelsInitScaledPic()
|
D | encoder_ext.cpp | 1054 pRefList->pRef[i] = AllocPicture (pMa, kiWidth, kiHeight, true, in InitDqLayers()
|
/third_party/openh264/codec/decoder/core/src/ |
D | decoder.cpp | 59 extern PPicture AllocPicture (PWelsDecoderContext pCtx, const int32_t kiPicWidth, const int32_t kiP… 89 PPicture pPic = AllocPicture (pCtx, kiPicWidth, kiPicHeight); in CreatePicBuff() 133 PPicture pPic = AllocPicture (pCtx, kiPicWidth, kiPicHeight); in IncreasePicBuff() 954 pCtx->pTempDec = AllocPicture (pCtx, pCtx->pSps->iMbWidth << 4, pCtx->pSps->iMbHeight << 4); in SyncPictureResolutionExt()
|
D | pic_queue.cpp | 62 PPicture AllocPicture (PWelsDecoderContext pCtx, const int32_t kiPicWidth, const int32_t kiPicHeigh… in AllocPicture() function
|
D | decode_slice.cpp | 57 extern PPicture AllocPicture (PWelsDecoderContext pCtx, const int32_t kiPicWidth, const int32_t kiP… 226 pCtx->pTempDec = AllocPicture (pCtx, pCtx->pSps->iMbWidth << 4, pCtx->pSps->iMbHeight << 4); in WelsMbInterConstruction() 320 pCtx->pTempDec = AllocPicture (pCtx, pCtx->pSps->iMbWidth << 4, pCtx->pSps->iMbHeight << 4); in WelsMbInterPrediction()
|