Home
last modified time | relevance | path

Searched refs:activePpsId (Results 1 – 3 of 3) 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()
233 else if (id == pStorage->activePpsId) in h264bsdStorePicParamSet()
240 pStorage->activePpsId = MAX_NUM_PIC_PARAM_SETS + 1; in h264bsdStorePicParamSet()
323 if (pStorage->activePpsId == MAX_NUM_PIC_PARAM_SETS) in h264bsdActivateParamSets()
325 pStorage->activePpsId = ppsId; in h264bsdActivateParamSets()
381 else if (ppsId != pStorage->activePpsId) in h264bsdActivateParamSets()
389 pStorage->activePpsId = ppsId; in h264bsdActivateParamSets()
411 pStorage->activePpsId = ppsId; in h264bsdActivateParamSets()
Dh264bsd_storage.h78 u32 activePpsId; member
Dh264bsd_decoder.c328 pStorage->activePpsId = MAX_NUM_PIC_PARAM_SETS; in h264bsdDecode()