OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:activeSpsId
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_storage.c
97
pStorage->
activeSpsId
= MAX_NUM_SEQ_PARAM_SETS;
149
else if (id == pStorage->
activeSpsId
)
161
pStorage->
activeSpsId
= MAX_NUM_SEQ_PARAM_SETS + 1;
236
* param set if it does. Set
activeSpsId
to invalid value to
238
if (pPicParamSet->seqParameterSetId != pStorage->
activeSpsId
)
327
pStorage->
activeSpsId
= pStorage->activePps->seqParameterSetId;
328
pStorage->activeSps = pStorage->sps[pStorage->
activeSpsId
];
384
if (pStorage->pps[ppsId]->seqParameterSetId != pStorage->
activeSpsId
)
391
pStorage->
activeSpsId
= pStorage->activePps->seqParameterSetId;
392
pStorage->activeSps = pStorage->sps[pStorage->
activeSpsId
];
[
all
...]
h264bsd_storage.h
79
u32
activeSpsId
;
h264bsd_decoder.c
319
/* store old
activeSpsId
and return headers ready
321
spsId = pStorage->
activeSpsId
;
330
pStorage->
activeSpsId
= MAX_NUM_SEQ_PARAM_SETS;
342
if (spsId != pStorage->
activeSpsId
)
385
pStorage->oldSpsId = pStorage->
activeSpsId
;
Completed in 53 milliseconds