Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2027 int remainingBytes = srcBuffer.remaining(); in imageCopy() local
2028 if (srcRowByteCount > remainingBytes) { in imageCopy()
2029 srcRowByteCount = remainingBytes; in imageCopy()
2044 int remainingBytes = srcBuffer.remaining(); in imageCopy() local
2045 if (srcRowByteCount > remainingBytes) { in imageCopy()
2046 srcRowByteCount = remainingBytes; in imageCopy()
2048 remainingBytes = dstBuffer.remaining(); in imageCopy()
2049 if (dstRowByteCount > remainingBytes) { in imageCopy()
2050 dstRowByteCount = remainingBytes; in imageCopy()