Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h324iLastImgWidthInPixel; // width of image in last successful pixel reconstruction picture to be ou… member
/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp330 pCtx->iLastImgWidthInPixel = 0; in WelsDecoderDefaults()
586 pCtx->iLastImgWidthInPixel = 0; in WelsFreeDynamicMemory()
Ddecoder_core.cpp238 bOutResChange = (pCtx->iLastImgWidthInPixel != pDstInfo->UsrData.sSystemBuffer.iWidth) in DecodeFrameConstruction()
243 …bOutResChange = (pLastThreadCtx->pCtx->iLastImgWidthInPixel != pDstInfo->UsrData.sSystemBuffer.iWi… in DecodeFrameConstruction()
247 pCtx->iLastImgWidthInPixel = pDstInfo->UsrData.sSystemBuffer.iWidth; in DecodeFrameConstruction()