Searched refs:iNalNum (Results 1 – 6 of 6) sorted by relevance
920 EXPECT_TRUE (BsInfo_.iNalNum == 0); in TEST_F()923 EXPECT_TRUE (BsInfo_.iNalNum != 0); in TEST_F()927 while (i < BsInfo_.iNalNum) { in TEST_F()990 EXPECT_TRUE (BsInfo_.iNalNum == 0); in TEST_F()997 EXPECT_TRUE (BsInfo_.iNalNum == 0); in TEST_F()1001 EXPECT_TRUE (BsInfo_.iNalNum != 0); in TEST_F()1004 EXPECT_TRUE (BsInfo_.iNalNum == 0); in TEST_F()1045 ASSERT_TRUE (BsInfo_.iNalNum == 0); in TEST_F()1048 ASSERT_TRUE (BsInfo_.iNalNum != 0); in TEST_F()
97 while (iNum < pParser->iNalNum) { in DecodeFrameConstruction()113 if (pParser->iNalNum > pCtx->iMaxNalNum - 2) { //2 reserved for sps+pps in DecodeFrameConstruction()116 pParser->iNalNum, pCtx->iMaxNalNum); in DecodeFrameConstruction()117 … WELS_VERIFY_RETURN_IF (ERR_INFO_OUT_OF_MEMORY, ExpandBsLenBuffer (pCtx, pParser->iNalNum + 2)) in DecodeFrameConstruction()133 pCtx->pParserBsInfo->iNalNum = 0; in DecodeFrameConstruction()137 pParser->pNalLenInByte [pParser->iNalNum ++] = pSpsBs->uiSpsBsLen; in DecodeFrameConstruction()140 pParser->pNalLenInByte [pParser->iNalNum ++] = pPpsBs->uiPpsBsLen; in DecodeFrameConstruction()146 if (pParser->iNalNum + iEndIdx - iIdx + 1 > pCtx->iMaxNalNum) { //calculate total NAL num in DecodeFrameConstruction()149 pParser->iNalNum + iEndIdx - iIdx + 1, pCtx->iMaxNalNum); in DecodeFrameConstruction()150 …WELS_VERIFY_RETURN_IF (ERR_INFO_OUT_OF_MEMORY, ExpandBsLenBuffer (pCtx, pParser->iNalNum + iEndIdx… in DecodeFrameConstruction()[all …]
725 int iNalNum; ///< total NAL number in current AU member
723 int iNalNum; ///< total NAL number in current AU member
1269 pDecContext->pParserBsInfo->iNalNum = 0; in DecodeParser()1272 pDstInfo->iNalNum = 0; in DecodeParser()1287 if (!pDecContext->bFramePending && pDecContext->pParserBsInfo->iNalNum) { in DecodeParser()
438 int32_t iNalNum; member