Searched refs:activePpsId (Results 1 – 3 of 3) sorted by relevance
98 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()
78 u32 activePpsId; member
328 pStorage->activePpsId = MAX_NUM_PIC_PARAM_SETS; in h264bsdDecode()