Home
last modified time | relevance | path

Searched refs:seqParameterSetId (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_storage.c137 ASSERT(pSeqParamSet->seqParameterSetId < MAX_NUM_SEQ_PARAM_SETS); in h264bsdStoreSeqParamSet()
139 id = pSeqParamSet->seqParameterSetId; in h264bsdStoreSeqParamSet()
221 ASSERT(pPicParamSet->seqParameterSetId < MAX_NUM_SEQ_PARAM_SETS); in h264bsdStorePicParamSet()
238 if (pPicParamSet->seqParameterSetId != pStorage->activeSpsId) in h264bsdStorePicParamSet()
311 (pStorage->sps[pStorage->pps[ppsId]->seqParameterSetId] == NULL) ) in h264bsdActivateParamSets()
318 pStorage->sps[pStorage->pps[ppsId]->seqParameterSetId]); in h264bsdActivateParamSets()
327 pStorage->activeSpsId = pStorage->activePps->seqParameterSetId; in h264bsdActivateParamSets()
384 if (pStorage->pps[ppsId]->seqParameterSetId != pStorage->activeSpsId) in h264bsdActivateParamSets()
391 pStorage->activeSpsId = pStorage->activePps->seqParameterSetId; in h264bsdActivateParamSets()
676 if ( pps == NULL || storage->sps[pps->seqParameterSetId] == NULL || in h264bsdCheckAccessUnitBoundary()
[all …]
Dh264bsd_pic_param_set.h50 u32 seqParameterSetId; member
Dh264bsd_seq_param_set.h53 u32 seqParameterSetId; member
Dh264bsd_pic_param_set.c116 &pPicParamSet->seqParameterSetId); in h264bsdDecodePicParamSet()
119 if (pPicParamSet->seqParameterSetId >= MAX_NUM_SEQ_PARAM_SETS) in h264bsdDecodePicParamSet()
Dh264bsd_seq_param_set.c128 &pSeqParamSet->seqParameterSetId); in h264bsdDecodeSeqParamSet()
131 if (pSeqParamSet->seqParameterSetId >= MAX_NUM_SEQ_PARAM_SETS) in h264bsdDecodeSeqParamSet()
Dh264bsd_sei.h56 u32 seqParameterSetId; member
Dh264bsd_sei.c417 &pBufferingPeriod->seqParameterSetId); in DecodeBufferingPeriod()
420 if (pBufferingPeriod->seqParameterSetId > 31) in DecodeBufferingPeriod()