Home
last modified time | relevance | path

Searched refs:MAX_NUM_SEQ_PARAM_SETS (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_cfg.h43 #define MAX_NUM_SEQ_PARAM_SETS 32 macro
Dh264bsd_storage.c97 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()
Dh264bsd_storage.h82 seqParamSet_t *sps[MAX_NUM_SEQ_PARAM_SETS];
Dh264bsd_decoder.c330 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()
Dh264bsd_pic_param_set.c119 if (pPicParamSet->seqParameterSetId >= MAX_NUM_SEQ_PARAM_SETS) in h264bsdDecodePicParamSet()
Dh264bsd_seq_param_set.c131 if (pSeqParamSet->seqParameterSetId >= MAX_NUM_SEQ_PARAM_SETS) in h264bsdDecodeSeqParamSet()