Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java3160 Size effectivePlaneSize = getEffectivePlaneSizeForImage(src, i); in imageCopy() local
3167 for (int row = 0; row < effectivePlaneSize.getHeight(); row++) { in imageCopy()
3168 if (row == effectivePlaneSize.getHeight() - 1) { in imageCopy()
3181 for (int row = 0; row < effectivePlaneSize.getHeight(); row++) { in imageCopy()
3182 if (row == effectivePlaneSize.getHeight() - 1) { in imageCopy()
3199 for (int x = 0; x < effectivePlaneSize.getWidth(); x++) { in imageCopy()