Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_storage.c98 pStorage->activePpsId = MAX_NUM_PIC_PARAM_SETS; in h264bsdInitStorage()
162 pStorage->activePpsId = MAX_NUM_PIC_PARAM_SETS + 1; in h264bsdStoreSeqParamSet()
220 ASSERT(pPicParamSet->picParameterSetId < MAX_NUM_PIC_PARAM_SETS); in h264bsdStorePicParamSet()
240 pStorage->activePpsId = MAX_NUM_PIC_PARAM_SETS + 1; in h264bsdStorePicParamSet()
307 ASSERT(ppsId < MAX_NUM_PIC_PARAM_SETS); in h264bsdActivateParamSets()
323 if (pStorage->activePpsId == MAX_NUM_PIC_PARAM_SETS) in h264bsdActivateParamSets()
873 for (i = 0; i < MAX_NUM_PIC_PARAM_SETS; i++) in h264bsdValidParamSets()
Dh264bsd_cfg.h44 #define MAX_NUM_PIC_PARAM_SETS 256 macro
Dh264bsd_storage.h83 picParamSet_t *pps[MAX_NUM_PIC_PARAM_SETS];
Dh264bsd_decoder.c328 pStorage->activePpsId = MAX_NUM_PIC_PARAM_SETS; in h264bsdDecode()
554 for (i = 0; i < MAX_NUM_PIC_PARAM_SETS; i++) in h264bsdShutdown()
Dh264bsd_pic_param_set.c109 if (pPicParamSet->picParameterSetId >= MAX_NUM_PIC_PARAM_SETS) in h264bsdDecodePicParamSet()
Dh264bsd_slice_header.c760 if (value >= MAX_NUM_PIC_PARAM_SETS) in h264bsdCheckPpsId()