Home
last modified time | relevance | path

Searched refs:iImgHeightInPixel (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp329 …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()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h322 …int32_t iImgHeightInPixel;// height of image in pixel reconstruction picture… member
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp1349 sThreadCtx.pCtx->iImgHeightInPixel = m_pLastDecThrCtx->pCtx->iImgHeightInPixel; in ParseAccessUnit()