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.java2505 Size dstSize = new Size(dst.getWidth(), dst.getHeight()); in imageCopy() local
2506 if (!srcSize.equals(dstSize)) { in imageCopy()
2508 + " with " + "destination image size " + dstSize); in imageCopy()