Searched refs:crc (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/location/src/android/location/cts/psedorange/ |
D | SatellitePositionCalculator.java | 124 double radiusCorrectionMeters = ephemerisProto.crc in calculateSatellitePositionAndVelocity() 191 - ephemerisProto.crc * Math.sin(2.0 * argumentOfLatitudeRadians)) in calculateSatellitePositionAndVelocity()
|
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecTestBase.java | 283 CRC32 crc = new CRC32(); in checksum() local 285 crc.update(buf.array(), buf.position() + buf.arrayOffset(), size); in checksum() 294 crc.update(bb, 0, chk); in checksum() 298 crc32List.add(crc.getValue()); in checksum() 307 CRC32 crc = new CRC32(); in checksum() local 363 crc.update(bb, 0, width * height); in checksum() 365 crc32List.add(crc.getValue()); in checksum()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | AdaptivePlaybackTest.java | 803 static long checksum(ByteBuffer buf, int size, CRC32 crc) { 806 crc.reset(); 808 crc.update(buf.array(), buf.arrayOffset(), size); 818 crc.update(bb, 0, chk); 822 return crc.getValue(); 1770 public DecoderSurface(int width, int height, CRC32 crc) { 1774 mCRC = crc;
|
D | DecoderTest.java | 2974 CRC32 crc = new CRC32(); 2976 crc.update(buf.array(), buf.position() + buf.arrayOffset(), size); 2985 crc.update(bb, 0, chk); 2989 return crc.getValue(); 3004 CRC32 crc = new CRC32(); 3009 crc.update(b, i * stride + offs, width); 3018 crc.update(bb, 0, width); 3024 crc.update(buf.get()); 3032 return crc.getValue(); 3039 CRC32 crc = new CRC32(); [all …]
|
/cts/tests/tests/location/protos/ |
D | ephemeris.proto | 83 optional double crc = 26; field
|
/cts/tests/tests/location/src/android/location/cts/suplClient/ |
D | SuplRrlpController.java | 249 …gpsEphemerisProto.crc = ephemeris.getEphemCrc().getInteger().shortValue() * NAVIGATION_CRC_SCALE_F… in toSingleEphemeris()
|