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

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

Completed in 310 milliseconds