Searched refs:uiPpsId (Results 1 – 3 of 3) sorted by relevance
103 uint32_t uiPpsId; member
1331 uint32_t uiPpsId = 0; in ParsePps() local1337 uiPpsId = uiCode; in ParsePps()1338 if (uiPpsId >= MAX_PPS_COUNT) { in ParsePps()1344 pPps->iPpsId = uiPpsId; in ParsePps()1454 memcpy (&pCtx->sSpsPpsCtx.sPpsBuffer[uiPpsId], pPps, sizeof (SPps)); in ParsePps()1455 pCtx->sSpsPpsCtx.bPpsAvailFlags[uiPpsId] = true; in ParsePps()1464 SPpsBsInfo* pPpsBs = &pCtx->sPpsBsInfo [uiPpsId]; in ParsePps()1465 pPpsBs->iPpsId = (int32_t) uiPpsId; in ParsePps()
2385 pDqLayer->uiPpsId = pLayerInfo->pPps->iPpsId; in InitDqLayerInfo()