Home
last modified time | relevance | path

Searched refs:activeSpsId (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_storage.c97 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 …]
Dh264bsd_decoder.c321 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()
Dh264bsd_storage.h79 u32 activeSpsId; member