Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java1981 Size dstSize = new Size(dst.getWidth(), dst.getHeight()); in imageCopy() local
1982 if (!srcSize.equals(dstSize)) { in imageCopy()
1984 + " with " + "destination image size " + dstSize); in imageCopy()