Searched refs:exifAperture (Results 1 – 1 of 1) sorted by relevance
3802 String exifAperture = exif.getAttribute(ExifInterface.TAG_APERTURE); in verifyJpegExifExtraTags() local3803 collector.expectNotNull("Exif TAG_APERTURE shouldn't be null", exifAperture); in verifyJpegExifExtraTags()3807 if (exifAperture != null) { in verifyJpegExifExtraTags()3808 float apertureValue = Float.parseFloat(exifAperture); in verifyJpegExifExtraTags()