Searched refs:pScaledInputPicture (Results 1 – 2 of 2) sorted by relevance
380 …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()
58 SPicture* pScaledInputPicture; member