Searched refs:focalLengths (Results 1 – 2 of 2) sorted by relevance
582 float[] focalLengths = getValueFromKeyNonNull(key); in getAvailableFocalLengthsChecked() local584 checkTrueForKey(key, "Array should contain at least one element", focalLengths.length >= 1); in getAvailableFocalLengthsChecked()586 for (int i = 0; i < focalLengths.length; i++) { in getAvailableFocalLengthsChecked()588 String.format("focalLength[%d] %f should be positive.", i, focalLengths[i]), in getAvailableFocalLengthsChecked()589 focalLengths[i] > 0); in getAvailableFocalLengthsChecked()591 checkElementDistinct(key, Arrays.asList(CameraTestUtils.toObject(focalLengths))); in getAvailableFocalLengthsChecked()593 return focalLengths; in getAvailableFocalLengthsChecked()
1964 float[] focalLengths = staticInfo.getAvailableFocalLengthsChecked(); in validateFocalLength() local1969 Arrays.asList(CameraTestUtils.toObject(focalLengths)); in validateFocalLength()2113 float[] focalLengths = staticInfo.getAvailableFocalLengthsChecked(); in verifyJpegExifExtraTags() local2116 getClosestValueInArray(focalLengths, exifFocalLength), in verifyJpegExifExtraTags()