HomeSort by relevance Sort by last modified time
    Searched refs: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 164 pStorage->activePps = NULL;
326 pStorage->activePps = pStorage->pps[ppsId];
327 pStorage->activeSpsId = pStorage->activePps->seqParameterSetId;
390 pStorage->activePps = pStorage->pps[ppsId];
391 pStorage->activeSpsId = pStorage->activePps->seqParameterSetId;
412 pStorage->activePps = pStorage->pps[ppsId];
584 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 215 if (pStorage->activeSps == NULL || pStorage->activePps == NULL)

Completed in 1720 milliseconds