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 175 pSliceHeader->idrPicId = value;
857 idrPicId value is stored here
869 u32 *idrPicId)
881 ASSERT(idrPicId);
883 /* nalUnitType must be equal to 5 because otherwise idrPicId is not
918 tmp = h264bsdDecodeExpGolombUnsigned(tmpStrmData, idrPicId);
    [all...]

Completed in 100 milliseconds