Searched refs:getEffectivePlaneSizeForImage (Results 1 – 1 of 1) sorted by relevance
3160 Size effectivePlaneSize = getEffectivePlaneSizeForImage(src, i); in imageCopy()3211 private static Size getEffectivePlaneSizeForImage(Image image, int planeIdx) { in getEffectivePlaneSizeForImage() method in CameraTestUtils3304 int width = getEffectivePlaneSizeForImage(lhsImg, i).getWidth(); in isImageStronglyEqual()3305 int height = getEffectivePlaneSizeForImage(lhsImg, i).getHeight(); in isImageStronglyEqual()