HomeSort by relevance Sort by last modified time
    Searched refs:idrPicId (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_header.h 114 u32 idrPicId;
151 u32 *idrPicId);
h264bsd_storage.c 634 u32 tmp, ppsId, frameNum, idrPicId, picOrderCntLsb;
706 &idrPicId);
711 storage->aub->prevIdrPicId != idrPicId)
714 storage->aub->prevIdrPicId = idrPicId;
h264bsd_slice_header.c 177 pSliceHeader->idrPicId = value;
859 idrPicId value is stored here
871 u32 *idrPicId)
883 ASSERT(idrPicId);
885 /* nalUnitType must be equal to 5 because otherwise idrPicId is not
920 tmp = h264bsdDecodeExpGolombUnsigned(tmpStrmData, idrPicId);
    [all...]

Completed in 452 milliseconds