Searched refs:iImgWidthInPixel (Results 1 – 3 of 3) sorted by relevance
328 pCtx->iImgWidthInPixel = 0; in WelsDecoderDefaults()484 WELS_VERIFY_RETURN_IF (ERR_NONE, pCtx->bHaveGotMemory && (kiPicWidth == pCtx->iImgWidthInPixel in WelsRequestMem()492 …if (pCtx->bHaveGotMemory && (kiPicWidth == pCtx->iImgWidthInPixel && kiPicHeight == pCtx->iImgHeig… in WelsRequestMem()510 …pCtx->iImgWidthInPixel, pCtx->iImgHeightInPixel, kiPicWidth, kiPicHeight, pCtx->pPicBuff->iCapacit… in WelsRequestMem()532 …pCtx->iImgWidthInPixel = kiPicWidth; // target width of image to be reconstruted while decodi… in WelsRequestMem()584 pCtx->iImgWidthInPixel = 0; in WelsFreeDynamicMemory()
321 …int32_t iImgWidthInPixel; // width of image in pixel reconstruction pi… member
1348 sThreadCtx.pCtx->iImgWidthInPixel = m_pLastDecThrCtx->pCtx->iImgWidthInPixel; in ParseAccessUnit()