Searched refs:iImgHeightInPixel (Results 1 – 3 of 3) sorted by relevance
329 …pCtx->iImgHeightInPixel = 0; // alloc picture data when picture size is a… in WelsDecoderDefaults()485 … && kiPicHeight == pCtx->iImgHeightInPixel) && (!bNeedChangePicQueue)) // have same scaled buffer in WelsRequestMem()492 …>bHaveGotMemory && (kiPicWidth == pCtx->iImgWidthInPixel && kiPicHeight == pCtx->iImgHeightInPixel) in WelsRequestMem()510 …pCtx->iImgWidthInPixel, pCtx->iImgHeightInPixel, kiPicWidth, kiPicHeight, pCtx->pPicBuff->iCapacit… in WelsRequestMem()533 …pCtx->iImgHeightInPixel = kiPicHeight; // target height of image to be reconstruted while decod… in WelsRequestMem()585 pCtx->iImgHeightInPixel = 0; in WelsFreeDynamicMemory()
322 …int32_t iImgHeightInPixel;// height of image in pixel reconstruction picture… member
1349 sThreadCtx.pCtx->iImgHeightInPixel = m_pLastDecThrCtx->pCtx->iImgHeightInPixel; in ParseAccessUnit()