Searched refs:MAX_NUM_PIC_PARAM_SETS (Results 1 – 6 of 6) sorted by relevance
102 pStorage->activePpsId = MAX_NUM_PIC_PARAM_SETS; in h264bsdInitStorage()166 pStorage->activePpsId = MAX_NUM_PIC_PARAM_SETS + 1; in h264bsdStoreSeqParamSet()224 ASSERT(pPicParamSet->picParameterSetId < MAX_NUM_PIC_PARAM_SETS); in h264bsdStorePicParamSet()244 pStorage->activePpsId = MAX_NUM_PIC_PARAM_SETS + 1; in h264bsdStorePicParamSet()311 ASSERT(ppsId < MAX_NUM_PIC_PARAM_SETS); in h264bsdActivateParamSets()327 if (pStorage->activePpsId == MAX_NUM_PIC_PARAM_SETS) in h264bsdActivateParamSets()891 for (i = 0; i < MAX_NUM_PIC_PARAM_SETS; i++) in h264bsdValidParamSets()
44 #define MAX_NUM_PIC_PARAM_SETS 256 macro
83 picParamSet_t *pps[MAX_NUM_PIC_PARAM_SETS];
328 pStorage->activePpsId = MAX_NUM_PIC_PARAM_SETS; in h264bsdDecode()554 for (i = 0; i < MAX_NUM_PIC_PARAM_SETS; i++) in h264bsdShutdown()
109 if (pPicParamSet->picParameterSetId >= MAX_NUM_PIC_PARAM_SETS) in h264bsdDecodePicParamSet()
760 if (value >= MAX_NUM_PIC_PARAM_SETS) in h264bsdCheckPpsId()