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()
486 … && kiPicHeight == pCtx->iImgHeightInPixel) && (!bNeedChangePicQueue)) // have same scaled buffer in WelsRequestMem()
493 …>bHaveGotMemory && (kiPicWidth == pCtx->iImgWidthInPixel && kiPicHeight == pCtx->iImgHeightInPixel) in WelsRequestMem()
511 …pCtx->iImgWidthInPixel, pCtx->iImgHeightInPixel, kiPicWidth, kiPicHeight, pCtx->pPicBuff->iCapacit… in WelsRequestMem()
534 …pCtx->iImgHeightInPixel = kiPicHeight; // target height of image to be reconstruted while decod… in WelsRequestMem()
586 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.cpp1363 sThreadCtx.pCtx->iImgHeightInPixel = m_pLastDecThrCtx->pCtx->iImgHeightInPixel; in ParseAccessUnit()