Home
last modified time | relevance | path

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

/cts/tests/tests/security/src/android/security/cts/
DEffectBundleTest.java395 int offs = 0; in concatArrays() local
397 System.arraycopy(a, 0, b, offs, a.length); in concatArrays()
398 offs += a.length; in concatArrays()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DMediaUtils.java1160 int offs = buf.arrayOffset(); in getImageMD5Checksum() local
1163 System.arraycopy(bb, y * width, b, y * rowStride + offs, width); in getImageMD5Checksum()
1168 int lineOffset = offs + y * rowStride; in getImageMD5Checksum()
/cts/tests/tests/media/src/android/media/cts/
DDecoderTest.java2520 int offs = buf.arrayOffset();
2522 crc.update(b, i * stride + offs, width);
2575 int offs = buf.arrayOffset();
2578 System.arraycopy(bb, y * width, b, y * rowStride + offs, width);
2583 int lineOffset = offs + y * rowStride;