Searched defs:checksum (Results 1 – 10 of 10) sorted by relevance
/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/ |
D | IcmpMessage.java | 34 int checksum = stream.readUnsignedShort(); in IcmpMessage() local 64 int checksum = Rfc1071.checksum(result, result.length); in getEncoded() local
|
D | Rfc1071.java | 20 static int checksum(byte[] data, int length) { in checksum() method in Rfc1071
|
D | Ipv4Packet.java | 53 int checksum = stream.readUnsignedShort(); in Ipv4Packet() local 116 int checksum = Rfc1071.checksum(result, headerLength); in getEncoded() local
|
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderSurfaceTest.java | 429 String testFile, String refFile, float rmsError, long checksum); in nativeTestSimpleDecode()
|
D | CodecDecoderTest.java | 184 String testFile, String refFile, float rmsError, long checksum); in nativeTestSimpleDecode()
|
D | ExtractorTest.java | 413 CRC32 checksum = new CRC32(); in readAllData() local
|
D | CodecTestBase.java | 288 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/ |
D | NativeCodecDecoderTest.cpp | 302 const char* refFile, float rmsError, uLong checksum) { in testSimpleDecode()
|
/cts/tests/tests/media/libmediandkjni/ |
D | codec-utils-jni.cpp | 88 uint32_t checksum() { in checksum() function
|
D | native-media-jni.cpp | 404 static int checksum(const uint8_t *in, int len, AMediaFormat *format) { in checksum() function
|