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.java3774 float exifFocalLength = (float)exif.getAttributeDouble( in verifyJpegExifExtraTags() local
3777 getClosestValueInSet(focalLengths, exifFocalLength), in verifyJpegExifExtraTags()
3778 exifFocalLength, EXIF_FOCAL_LENGTH_ERROR_MARGIN); in verifyJpegExifExtraTags()
3782 exifFocalLength, EXIF_FOCAL_LENGTH_ERROR_MARGIN); in verifyJpegExifExtraTags()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java1016 double exifFocalLength = exif.getAttributeDouble(ExifInterface.TAG_FOCAL_LENGTH, -1); in testJpegExifByCamera() local
1017 assertEquals(focalLength, exifFocalLength, 0.001); in testJpegExifByCamera()