HomeSort by relevance Sort by last modified time
    Searched full:activepps (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_data.c 129 qpY = (i32)pStorage->activePps->picInitQp + pSliceHeader->sliceQpDelta;
140 pStorage->slice->sliceId, pStorage->activePps->chromaQpIndexOffset);
186 pStorage->activePps->constrainedIntraPredFlag, data);
h264bsd_storage.c 168 pStorage->activePps = NULL;
330 pStorage->activePps = pStorage->pps[ppsId];
331 pStorage->activeSpsId = pStorage->activePps->seqParameterSetId;
408 pStorage->activePps = pStorage->pps[ppsId];
409 pStorage->activeSpsId = pStorage->activePps->seqParameterSetId;
430 pStorage->activePps = pStorage->pps[ppsId];
602 pStorage->activePps, sliceGroupChangeCycle,
h264bsd_storage.h 80 picParamSet_t *activePps;
h264bsd_decoder.c 329 pStorage->activePps = NULL;
362 pStorage->activePps,
399 pStorage->activeSps, pStorage->activePps, &nalUnit);
H264SwDecApi.c 226 if (pStorage->activeSps == NULL || pStorage->activePps == NULL)

Completed in 97 milliseconds