Searched refs:offs (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/security/src/android/security/cts/ |
D | EffectBundleTest.java | 583 int offs = 0; in concatArrays() local 585 System.arraycopy(a, 0, b, offs, a.length); in concatArrays() 586 offs += a.length; in concatArrays()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | MediaUtils.java | 1192 int offs = buf.arrayOffset(); in getImageMD5Checksum() local 1195 System.arraycopy(bb, y * width, b, y * rowStride + offs, width); in getImageMD5Checksum() 1200 int lineOffset = offs + y * rowStride; in getImageMD5Checksum()
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | MediaUtils.java | 1189 int offs = buf.arrayOffset() + left * pixelStride; in getImageMD5Checksum() local 1192 System.arraycopy(bb, y * width, b, (top + y) * rowStride + offs, width); in getImageMD5Checksum() 1197 int lineOffset = offs + (top + y) * rowStride; in getImageMD5Checksum()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | DecoderTest.java | 2923 int offs = buf.arrayOffset(); 2925 crc.update(b, i * stride + offs, width); 2978 int offs = buf.arrayOffset(); 2981 System.arraycopy(bb, y * width, b, y * rowStride + offs, width); 2986 int lineOffset = offs + y * rowStride;
|