Searched refs:MAX_NUM_SEQ_PARAM_SETS (Results 1 – 6 of 6) sorted by relevance
101 pStorage->activeSpsId = MAX_NUM_SEQ_PARAM_SETS; in h264bsdInitStorage()141 ASSERT(pSeqParamSet->seqParameterSetId < MAX_NUM_SEQ_PARAM_SETS); in h264bsdStoreSeqParamSet()165 pStorage->activeSpsId = MAX_NUM_SEQ_PARAM_SETS + 1; in h264bsdStoreSeqParamSet()225 ASSERT(pPicParamSet->seqParameterSetId < MAX_NUM_SEQ_PARAM_SETS); in h264bsdStorePicParamSet()695 (storage->activeSpsId != MAX_NUM_SEQ_PARAM_SETS && in h264bsdCheckAccessUnitBoundary()
43 #define MAX_NUM_SEQ_PARAM_SETS 32 macro
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()