OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:activePpsId
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_storage.c
98
pStorage->
activePpsId
= MAX_NUM_PIC_PARAM_SETS;
162
pStorage->
activePpsId
= MAX_NUM_PIC_PARAM_SETS + 1;
233
else if (id == pStorage->
activePpsId
)
240
pStorage->
activePpsId
= MAX_NUM_PIC_PARAM_SETS + 1;
323
if (pStorage->
activePpsId
== MAX_NUM_PIC_PARAM_SETS)
325
pStorage->
activePpsId
= ppsId;
381
else if (ppsId != pStorage->
activePpsId
)
389
pStorage->
activePpsId
= ppsId;
411
pStorage->
activePpsId
= ppsId;
h264bsd_storage.h
78
u32
activePpsId
;
h264bsd_decoder.c
328
pStorage->
activePpsId
= MAX_NUM_PIC_PARAM_SETS;
Completed in 555 milliseconds