Searched refs:numberOfBytes (Results 1 – 3 of 3) sorted by relevance
243 public long skip(long numberOfBytes) in skip() argument245 adjustCounter(numberOfBytes); in skip()251 return numberOfBytes; in skip()
15 long skip(long numberOfBytes); in skip() argument
1145 uint8_t numberOfBytes = rtcpPacket.RPSI.NumberOfValidBits /8; in HandleRPSI() local1146 for(uint8_t n = 0; n < (numberOfBytes-1); n++) in HandleRPSI()1151 … rtcpPacketInformation.rpsiPictureId += (rtcpPacket.RPSI.NativeBitString[numberOfBytes-1] & 0x7f); in HandleRPSI()