Searched refs:activeSpsId (Results 1 – 3 of 3) sorted by relevance
97 pStorage->activeSpsId = MAX_NUM_SEQ_PARAM_SETS; in h264bsdInitStorage()149 else if (id == pStorage->activeSpsId) in h264bsdStoreSeqParamSet()161 pStorage->activeSpsId = MAX_NUM_SEQ_PARAM_SETS + 1; in h264bsdStoreSeqParamSet()238 if (pPicParamSet->seqParameterSetId != pStorage->activeSpsId) in h264bsdStorePicParamSet()327 pStorage->activeSpsId = pStorage->activePps->seqParameterSetId; in h264bsdActivateParamSets()328 pStorage->activeSps = pStorage->sps[pStorage->activeSpsId]; in h264bsdActivateParamSets()384 if (pStorage->pps[ppsId]->seqParameterSetId != pStorage->activeSpsId) in h264bsdActivateParamSets()391 pStorage->activeSpsId = pStorage->activePps->seqParameterSetId; in h264bsdActivateParamSets()392 pStorage->activeSps = pStorage->sps[pStorage->activeSpsId]; in h264bsdActivateParamSets()677 (storage->activeSpsId != MAX_NUM_SEQ_PARAM_SETS && in h264bsdCheckAccessUnitBoundary()[all …]
321 spsId = pStorage->activeSpsId; in h264bsdDecode()330 pStorage->activeSpsId = MAX_NUM_SEQ_PARAM_SETS; in h264bsdDecode()342 if (spsId != pStorage->activeSpsId) in h264bsdDecode()385 pStorage->oldSpsId = pStorage->activeSpsId; in h264bsdDecode()
79 u32 activeSpsId; member