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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_vui.h 80 u32 timeOffsetLength;
h264bsd_vui.c 269 pVuiParameters->nalHrdParameters.timeOffsetLength = 24;
295 pVuiParameters->vclHrdParameters.timeOffsetLength = 24;
485 pHrdParameters->timeOffsetLength = tmp;
h264bsd_sei.c 89 u32 timeOffsetLength,
243 timeOffsetLength,
479 u32 timeOffsetLength,
641 if (timeOffsetLength)
643 tmp = h264bsdGetBits(pStrmData, timeOffsetLength);
647 /* following "converts" timeOffsetLength-bit signed
650 itmp <<= (32 - timeOffsetLength);
651 itmp >>= (32 - timeOffsetLength);
    [all...]

Completed in 859 milliseconds