Searched refs:pStrm (Results 1 – 2 of 2) sorted by relevance
120 u8 *pStrm; in h264bsdShowBits32() local128 pStrm = pStrmData->pStrmCurrPos; in h264bsdShowBits32()137 out = ((u32)pStrm[0] << 24) | ((u32)pStrm[1] << 16) | in h264bsdShowBits32()138 ((u32)pStrm[2] << 8) | ((u32)pStrm[3]); in h264bsdShowBits32()142 u32 byte = (u32)pStrm[4]; in h264bsdShowBits32()153 out = (u32)(*pStrm++) << shift; in h264bsdShowBits32()158 out |= (u32)(*pStrm++) << shift; in h264bsdShowBits32()
40 u32 NextPacket(u8 **pStrm);486 u32 NextPacket(u8 **pStrm) in NextPacket() argument501 stream = *pStrm + prevIndex; in NextPacket()567 *pStrm = stream; in NextPacket()