Home
last modified time | relevance | path

Searched refs:numberOfBytes (Results 1 – 3 of 3) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
DSICBlockCipher.java243 public long skip(long numberOfBytes) in skip() argument
245 adjustCounter(numberOfBytes); in skip()
251 return numberOfBytes; in skip()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DSkippingCipher.java15 long skip(long numberOfBytes); in skip() argument
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver.cc1145 uint8_t numberOfBytes = rtcpPacket.RPSI.NumberOfValidBits /8; in HandleRPSI() local
1146 for(uint8_t n = 0; n < (numberOfBytes-1); n++) in HandleRPSI()
1151 … rtcpPacketInformation.rpsiPictureId += (rtcpPacket.RPSI.NativeBitString[numberOfBytes-1] & 0x7f); in HandleRPSI()