Searched refs:ExpandReferencingPicture (Results 1 – 7 of 7) sorted by relevance
/third_party/openh264/codec/common/inc/ |
D | expand_pic.h | 98 void ExpandReferencingPicture (uint8_t* pData[3], int32_t iWidth, int32_t iHeight, int32_t iStride[…
|
/third_party/openh264/test/common/ |
D | ExpandPicture.cpp | 263 ExpandReferencingPicture (pPicTest, iPicWidth, iPicHeight, iStride, in TEST()
|
/third_party/openh264/codec/common/src/ |
D | expand_pic.cpp | 388 void ExpandReferencingPicture (uint8_t* pData[3], int32_t iWidth, int32_t iHeight, int32_t iStride[… in ExpandReferencingPicture() function
|
/third_party/openh264/codec/encoder/core/src/ |
D | ref_list_mgr_svc.cpp | 375 …ExpandReferencingPicture (pCtx->pDecPic->pData, pCtx->pDecPic->iWidthInPixel, pCtx->pDecPic->iHeig… in WelsUpdateRefList() 779 …ExpandReferencingPicture (pCtx->pDecPic->pData, pCtx->pDecPic->iWidthInPixel, pCtx->pDecPic->iHeig… in WelsUpdateRefListScreen()
|
/third_party/openh264/codec/decoder/core/src/ |
D | error_concealment.cpp | 446 …ExpandReferencingPicture (pCtx->pDec->pData, pCtx->pDec->iWidthInPixel, pCtx->pDec->iHeightInPixel, in MarkECFrameAsRef()
|
D | manage_dec_ref.cpp | 197 … ExpandReferencingPicture (pRef->pData, pRef->iWidthInPixel, pRef->iHeightInPixel, pRef->iLinesize, in WelsCheckAndRecoverForFutureDecoding()
|
D | decoder_core.cpp | 2847 …ExpandReferencingPicture (pCtx->pDec->pData, pCtx->pDec->iWidthInPixel, pCtx->pDec->iHeightInPixel, in DecodeCurrentAccessUnit()
|