Home
last modified time | relevance | path

Searched refs:getEffectivePlaneSizeForImage (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()
2069 private static Size getEffectivePlaneSizeForImage(Image image, int planeIdx) { in getEffectivePlaneSizeForImage() method in CameraTestUtils
2160 int width = getEffectivePlaneSizeForImage(lhsImg, i).getWidth(); in isImageStronglyEqual()
2161 int height = getEffectivePlaneSizeForImage(lhsImg, i).getHeight(); in isImageStronglyEqual()