Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp92 SParserBsInfo* pParser = pCtx->pParserBsInfo; in DecodeFrameConstruction()
133 pCtx->pParserBsInfo->iNalNum = 0; in DecodeFrameConstruction()
163 pCtx->pParserBsInfo->iNalNum = 0; in DecodeFrameConstruction()
183 pCtx->pParserBsInfo->uiOutBsTimeStamp = 0; in DecodeFrameConstruction()
184 pCtx->pParserBsInfo->iNalNum = 0; in DecodeFrameConstruction()
185 pCtx->pParserBsInfo->iSpsWidthInPixel = 0; in DecodeFrameConstruction()
186 pCtx->pParserBsInfo->iSpsHeightInPixel = 0; in DecodeFrameConstruction()
619 …pCtx->pParserBsInfo = static_cast<SParserBsInfo*> (pMa->WelsMallocz (sizeof (SParserBsInfo), "pCtx… in InitBsBuffer()
620 if (pCtx->pParserBsInfo == NULL) { in InitBsBuffer()
623 memset (pCtx->pParserBsInfo, 0, sizeof (SParserBsInfo)); in InitBsBuffer()
[all …]
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp1255 pDecContext->pParserBsInfo->iNalNum = 0; in DecodeParser()
1256 memset (pDecContext->pParserBsInfo->pNalLenInByte, 0, MAX_NAL_UNITS_IN_LAYER); in DecodeParser()
1273 if (!pDecContext->bFramePending && pDecContext->pParserBsInfo->iNalNum) { in DecodeParser()
1274 memcpy (pDstInfo, pDecContext->pParserBsInfo, sizeof (SParserBsInfo)); in DecodeParser()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h443 SParserBsInfo* pParserBsInfo; member