Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2516 float exifFocalLength = (float)exif.getAttributeDouble( in verifyJpegExifExtraTags() local
2519 getClosestValueInArray(focalLengths, exifFocalLength), in verifyJpegExifExtraTags()
2520 exifFocalLength, EXIF_FOCAL_LENGTH_ERROR_MARGIN); in verifyJpegExifExtraTags()
2524 exifFocalLength, EXIF_FOCAL_LENGTH_ERROR_MARGIN); in verifyJpegExifExtraTags()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java984 double exifFocalLength = exif.getAttributeDouble(ExifInterface.TAG_FOCAL_LENGTH, -1); in testJpegExifByCamera() local
985 assertEquals(focalLength, exifFocalLength, 0.001); in testJpegExifByCamera()