Home
last modified time | relevance | path

Searched refs:pScaledInputPicture (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp380 …pSrcPic = pScaledPicture->pScaledInputPicture ? pScaledPicture->pScaledInputPicture : GetCurrentOr… in SingleLayerPreprocess()
392 if (pScaledPicture->pScaledInputPicture) { in SingleLayerPreprocess()
517 pScaledPicture->pScaledInputPicture = AllocPicture (pMemoryAlign, pParam->SUsedPicRect.iWidth, in WelsInitScaledPic()
519 if (pScaledPicture->pScaledInputPicture == NULL) in WelsInitScaledPic()
531 SPicture* pPic = pScaledPicture->pScaledInputPicture; in WelsInitScaledPic()
540 if (pScaledPicture->pScaledInputPicture) { in FreeScaledPic()
541 FreePicture (pMemoryAlign, &pScaledPicture->pScaledInputPicture); in FreeScaledPic()
542 pScaledPicture->pScaledInputPicture = NULL; in FreeScaledPic()
/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h58 SPicture* pScaledInputPicture; member