HomeSort by relevance Sort by last modified time
    Searched refs:seqParameterSetId (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_pic_param_set.h 50 u32 seqParameterSetId;
h264bsd_storage.c 137 ASSERT(pSeqParamSet->seqParameterSetId < MAX_NUM_SEQ_PARAM_SETS);
139 id = pSeqParamSet->seqParameterSetId;
221 ASSERT(pPicParamSet->seqParameterSetId < MAX_NUM_SEQ_PARAM_SETS);
238 if (pPicParamSet->seqParameterSetId != pStorage->activeSpsId)
311 (pStorage->sps[pStorage->pps[ppsId]->seqParameterSetId] == NULL) )
318 pStorage->sps[pStorage->pps[ppsId]->seqParameterSetId]);
327 pStorage->activeSpsId = pStorage->activePps->seqParameterSetId;
384 if (pStorage->pps[ppsId]->seqParameterSetId != pStorage->activeSpsId)
391 pStorage->activeSpsId = pStorage->activePps->seqParameterSetId;
676 if ( pps == NULL || storage->sps[pps->seqParameterSetId] == NULL |
    [all...]
h264bsd_seq_param_set.h 53 u32 seqParameterSetId;
h264bsd_pic_param_set.c 116 &pPicParamSet->seqParameterSetId);
119 if (pPicParamSet->seqParameterSetId >= MAX_NUM_SEQ_PARAM_SETS)
h264bsd_sei.h 56 u32 seqParameterSetId;
h264bsd_seq_param_set.c 128 &pSeqParamSet->seqParameterSetId);
131 if (pSeqParamSet->seqParameterSetId >= MAX_NUM_SEQ_PARAM_SETS)
h264bsd_sei.c 417 &pBufferingPeriod->seqParameterSetId);
420 if (pBufferingPeriod->seqParameterSetId > 31)
    [all...]

Completed in 179 milliseconds