Home
last modified time | relevance | path

Searched refs:exifAperture (Results 1 – 1 of 1) sorted by relevance

/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2291 String exifAperture = exif.getAttribute(ExifInterface.TAG_APERTURE); in verifyJpegExifExtraTags() local
2292 collector.expectNotNull("Exif TAG_APERTURE shouldn't be null", exifAperture); in verifyJpegExifExtraTags()
2295 if (exifAperture != null) { in verifyJpegExifExtraTags()
2296 float apertureValue = Float.parseFloat(exifAperture); in verifyJpegExifExtraTags()