OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_NUM_PIC_PARAM_SETS
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_cfg.h
44
#define
MAX_NUM_PIC_PARAM_SETS
256
h264bsd_storage.c
98
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++)
h264bsd_storage.h
83
picParamSet_t *pps[
MAX_NUM_PIC_PARAM_SETS
];
h264bsd_decoder.c
328
pStorage->activePpsId =
MAX_NUM_PIC_PARAM_SETS
;
554
for (i = 0; i <
MAX_NUM_PIC_PARAM_SETS
; i++)
h264bsd_pic_param_set.c
109
if (pPicParamSet->picParameterSetId >=
MAX_NUM_PIC_PARAM_SETS
)
h264bsd_slice_header.c
758
if (value >=
MAX_NUM_PIC_PARAM_SETS
)
[
all
...]
Completed in 35 milliseconds