Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp328 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()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h321 …int32_t iImgWidthInPixel; // width of image in pixel reconstruction pi… member
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp1348 sThreadCtx.pCtx->iImgWidthInPixel = m_pLastDecThrCtx->pCtx->iImgWidthInPixel; in ParseAccessUnit()