Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp75 …const int32_t kiActualWidth = kiWidth - (pCtx->sFrameCrop.iLeftOffset + pCtx->sFrameCrop.iRightOff… in DecodeFrameConstruction() local
80 if ((pCtx->pDecoderStatistics->uiWidth != (unsigned int) kiActualWidth) in DecodeFrameConstruction()
83 pCtx->pDecoderStatistics->uiWidth = kiActualWidth; in DecodeFrameConstruction()
216 pDstInfo->UsrData.sSystemBuffer.iWidth = kiActualWidth; in DecodeFrameConstruction()
274 …if (pDstInfo->iBufferStatus && ((pCtx->pDecoderStatistics->uiWidth != (unsigned int) kiActualWidth) in DecodeFrameConstruction()
277 pCtx->pDecoderStatistics->uiWidth = kiActualWidth; in DecodeFrameConstruction()