Searched refs:MAX_NUM_SEQ_PARAM_SETS (Results 1 – 6 of 6) sorted by relevance
43 #define MAX_NUM_SEQ_PARAM_SETS 32 macro
97 pStorage->activeSpsId = MAX_NUM_SEQ_PARAM_SETS; in h264bsdInitStorage()137 ASSERT(pSeqParamSet->seqParameterSetId < MAX_NUM_SEQ_PARAM_SETS); in h264bsdStoreSeqParamSet()161 pStorage->activeSpsId = MAX_NUM_SEQ_PARAM_SETS + 1; in h264bsdStoreSeqParamSet()221 ASSERT(pPicParamSet->seqParameterSetId < MAX_NUM_SEQ_PARAM_SETS); in h264bsdStorePicParamSet()677 (storage->activeSpsId != MAX_NUM_SEQ_PARAM_SETS && in h264bsdCheckAccessUnitBoundary()
82 seqParamSet_t *sps[MAX_NUM_SEQ_PARAM_SETS];
330 pStorage->activeSpsId = MAX_NUM_SEQ_PARAM_SETS; in h264bsdDecode()348 if(pStorage->oldSpsId < MAX_NUM_SEQ_PARAM_SETS) in h264bsdDecode()544 for (i = 0; i < MAX_NUM_SEQ_PARAM_SETS; i++) in h264bsdShutdown()
119 if (pPicParamSet->seqParameterSetId >= MAX_NUM_SEQ_PARAM_SETS) in h264bsdDecodePicParamSet()
131 if (pSeqParamSet->seqParameterSetId >= MAX_NUM_SEQ_PARAM_SETS) in h264bsdDecodeSeqParamSet()