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.java3040 float exifFocalLength = (float)exif.getAttributeDouble( in verifyJpegExifExtraTags() local
3043 getClosestValueInArray(focalLengths, exifFocalLength), in verifyJpegExifExtraTags()
3044 exifFocalLength, EXIF_FOCAL_LENGTH_ERROR_MARGIN); in verifyJpegExifExtraTags()
3048 exifFocalLength, EXIF_FOCAL_LENGTH_ERROR_MARGIN); in verifyJpegExifExtraTags()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java1015 double exifFocalLength = exif.getAttributeDouble(ExifInterface.TAG_FOCAL_LENGTH, -1); in testJpegExifByCamera() local
1016 assertEquals(focalLength, exifFocalLength, 0.001); in testJpegExifByCamera()