Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraTestUtils.java2114 float exifFocalLength = (float)exif.getAttributeDouble(ExifInterface.TAG_FOCAL_LENGTH, -1); in verifyJpegExifExtraTags() local
2116 getClosestValueInArray(focalLengths, exifFocalLength), in verifyJpegExifExtraTags()
2117 exifFocalLength, EXIF_FOCAL_LENGTH_ERROR_MARGIN); in verifyJpegExifExtraTags()
2121 exifFocalLength, EXIF_FOCAL_LENGTH_ERROR_MARGIN); in verifyJpegExifExtraTags()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java885 double exifFocalLength = exif.getAttributeDouble(ExifInterface.TAG_FOCAL_LENGTH, -1); in testJpegExifByCamera() local
886 assertEquals(focalLength, exifFocalLength, 0.001); in testJpegExifByCamera()