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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_pic_param_set.h 50 u32 seqParameterSetId;
h264bsd_seq_param_set.h 53 u32 seqParameterSetId;
h264bsd_storage.c 141 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] == NULL |
    [all...]
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...]
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 

Completed in 103 milliseconds