Home | History | Annotate | Download | only in source

Lines Matching refs:ppsId

281             ppsId           identifies the PPS to be activated, SPS id obtained
296 u32 h264bsdActivateParamSets(storage_t *pStorage, u32 ppsId, u32 isIdr)
307 ASSERT(ppsId < MAX_NUM_PIC_PARAM_SETS);
310 if ( (pStorage->pps[ppsId] == NULL) ||
311 (pStorage->sps[pStorage->pps[ppsId]->seqParameterSetId] == NULL) )
317 tmp = CheckPps(pStorage->pps[ppsId],
318 pStorage->sps[pStorage->pps[ppsId]->seqParameterSetId]);
325 pStorage->activePpsId = ppsId;
326 pStorage->activePps = pStorage->pps[ppsId];
381 else if (ppsId != pStorage->activePpsId)
384 if (pStorage->pps[ppsId]->seqParameterSetId != pStorage->activeSpsId)
389 pStorage->activePpsId = ppsId;
390 pStorage->activePps = pStorage->pps[ppsId];
411 pStorage->activePpsId = ppsId;
412 pStorage->activePps = pStorage->pps[ppsId];
634 u32 tmp, ppsId, frameNum, idrPicId, picOrderCntLsb;
670 tmp = h264bsdCheckPpsId(strm, &ppsId);
675 pps = storage->pps[ppsId];