Home
last modified time | relevance | path

Searched defs:checksum (Results 1 – 10 of 10) sorted by relevance

/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
DIcmpMessage.java34 int checksum = stream.readUnsignedShort(); in IcmpMessage() local
64 int checksum = Rfc1071.checksum(result, result.length); in getEncoded() local
DRfc1071.java20 static int checksum(byte[] data, int length) { in checksum() method in Rfc1071
DIpv4Packet.java53 int checksum = stream.readUnsignedShort(); in Ipv4Packet() local
116 int checksum = Rfc1071.checksum(result, headerLength); in getEncoded() local
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderSurfaceTest.java429 String testFile, String refFile, float rmsError, long checksum); in nativeTestSimpleDecode()
DCodecDecoderTest.java184 String testFile, String refFile, float rmsError, long checksum); in nativeTestSimpleDecode()
DExtractorTest.java413 CRC32 checksum = new CRC32(); in readAllData() local
DCodecTestBase.java288 void checksum(ByteBuffer buf, int size) { in checksum() method in OutputManager
292 void checksum(ByteBuffer buf, int size, int width, int height, int stride) { in checksum() method in OutputManager
334 void checksum(Image image) { in checksum() method in OutputManager
/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp302 const char* refFile, float rmsError, uLong checksum) { in testSimpleDecode()
/cts/tests/tests/media/libmediandkjni/
Dcodec-utils-jni.cpp88 uint32_t checksum() { in checksum() function
Dnative-media-jni.cpp404 static int checksum(const uint8_t *in, int len, AMediaFormat *format) { in checksum() function