Home
last modified time | relevance | path

Searched refs:ppsId (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_storage.c296 u32 h264bsdActivateParamSets(storage_t *pStorage, u32 ppsId, u32 isIdr) in h264bsdActivateParamSets() argument
307 ASSERT(ppsId < MAX_NUM_PIC_PARAM_SETS); in h264bsdActivateParamSets()
310 if ( (pStorage->pps[ppsId] == NULL) || in h264bsdActivateParamSets()
311 (pStorage->sps[pStorage->pps[ppsId]->seqParameterSetId] == NULL) ) in h264bsdActivateParamSets()
317 tmp = CheckPps(pStorage->pps[ppsId], in h264bsdActivateParamSets()
318 pStorage->sps[pStorage->pps[ppsId]->seqParameterSetId]); in h264bsdActivateParamSets()
325 pStorage->activePpsId = ppsId; in h264bsdActivateParamSets()
326 pStorage->activePps = pStorage->pps[ppsId]; in h264bsdActivateParamSets()
381 else if (ppsId != pStorage->activePpsId) in h264bsdActivateParamSets()
384 if (pStorage->pps[ppsId]->seqParameterSetId != pStorage->activeSpsId) in h264bsdActivateParamSets()
[all …]
Dh264bsd_storage.h161 u32 h264bsdActivateParamSets(storage_t *pStorage, u32 ppsId, u32 isIdr);
Dh264bsd_decoder.c157 u32 tmp, ppsId, spsId; in h264bsdDecode() local
317 tmp = h264bsdCheckPpsId(&strm, &ppsId); in h264bsdDecode()
322 tmp = h264bsdActivateParamSets(pStorage, ppsId, in h264bsdDecode()
Dh264bsd_slice_header.h140 u32 h264bsdCheckPpsId(strmData_t *pStrmData, u32 *ppsId);