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.java2015 Size effectivePlaneSize = getEffectivePlaneSizeForImage(src, i); in imageCopy() local
2022 for (int row = 0; row < effectivePlaneSize.getHeight(); row++) { in imageCopy()
2023 if (row == effectivePlaneSize.getHeight() - 1) { in imageCopy()
2039 for (int row = 0; row < effectivePlaneSize.getHeight(); row++) { in imageCopy()
2040 if (row == effectivePlaneSize.getHeight() - 1) { in imageCopy()
2057 for (int x = 0; x < effectivePlaneSize.getWidth(); x++) { in imageCopy()