Home | History | Annotate | Download | only in source

Lines Matching refs:timeOffsetLength

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);