Searched refs:iCodedNalCount (Results 1 – 2 of 2) sorted by relevance
557 int32_t iCodedNalCount = pCtx->pOut->iCountNals; in TEST_F() local558 iRet = FrameBsRealloc (pCtx, &FrameBsInfo, pLayerBsInfo, iCodedNalCount); in TEST_F()561 EXPECT_TRUE (iCodedNalCount < pCtx->pOut->iCountNals); in TEST_F()
1589 int32_t iCodedNalCount = 0; in SliceLayerInfoUpdate() local1616 iCodedNalCount = GetTotalCodedNalCount (pFrameBsInfo); in SliceLayerInfoUpdate()1618 if (iCodedNalCount > pCtx->pOut->iCountNals) { in SliceLayerInfoUpdate()