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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_pic_param_set.h50 u32 seqParameterSetId; member in struct:__anon761
H A Dh264bsd_seq_param_set.h53 u32 seqParameterSetId; member in struct:__anon782
H A Dh264bsd_storage.c141 ASSERT(pSeqParamSet->seqParameterSetId < MAX_NUM_SEQ_PARAM_SETS);
143 id = pSeqParamSet->seqParameterSetId;
225 ASSERT(pPicParamSet->seqParameterSetId < MAX_NUM_SEQ_PARAM_SETS);
242 if (pPicParamSet->seqParameterSetId != pStorage->activeSpsId)
315 (pStorage->sps[pStorage->pps[ppsId]->seqParameterSetId] == NULL) )
322 pStorage->sps[pStorage->pps[ppsId]->seqParameterSetId]);
331 pStorage->activeSpsId = pStorage->activePps->seqParameterSetId;
402 if (pStorage->pps[ppsId]->seqParameterSetId != pStorage->activeSpsId)
409 pStorage->activeSpsId = pStorage->activePps->seqParameterSetId;
694 if ( pps == NULL || storage->sps[pps->seqParameterSetId]
[all...]
H A Dh264bsd_pic_param_set.c116 &pPicParamSet->seqParameterSetId);
119 if (pPicParamSet->seqParameterSetId >= MAX_NUM_SEQ_PARAM_SETS)
H A Dh264bsd_sei.h56 u32 seqParameterSetId; member in struct:__anon762
H A Dh264bsd_seq_param_set.c128 &pSeqParamSet->seqParameterSetId);
131 if (pSeqParamSet->seqParameterSetId >= MAX_NUM_SEQ_PARAM_SETS)
H A Dh264bsd_sei.c417 &pBufferingPeriod->seqParameterSetId);
420 if (pBufferingPeriod->seqParameterSetId > 31)

Completed in 114 milliseconds