Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h326iLastImgHeightInPixel;// height of image in last successful pixel reconstruction picture to be out… member
/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp331 pCtx->iLastImgHeightInPixel = 0; in WelsDecoderDefaults()
587 pCtx->iLastImgHeightInPixel = 0; in WelsFreeDynamicMemory()
Ddecoder_core.cpp239 || (pCtx->iLastImgHeightInPixel != pDstInfo->UsrData.sSystemBuffer.iHeight); in DecodeFrameConstruction()
244 … || (pLastThreadCtx->pCtx->iLastImgHeightInPixel != pDstInfo->UsrData.sSystemBuffer.iHeight); in DecodeFrameConstruction()
248 pCtx->iLastImgHeightInPixel = pDstInfo->UsrData.sSystemBuffer.iHeight; in DecodeFrameConstruction()