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.java3160 Size effectivePlaneSize = getEffectivePlaneSizeForImage(src, i); in imageCopy()
3211 private static Size getEffectivePlaneSizeForImage(Image image, int planeIdx) { in getEffectivePlaneSizeForImage() method in CameraTestUtils
3304 int width = getEffectivePlaneSizeForImage(lhsImg, i).getWidth(); in isImageStronglyEqual()
3305 int height = getEffectivePlaneSizeForImage(lhsImg, i).getHeight(); in isImageStronglyEqual()