Searched refs:exifFocalLength (Results 1 – 2 of 2) sorted by relevance
3774 float exifFocalLength = (float)exif.getAttributeDouble( in verifyJpegExifExtraTags() local3777 getClosestValueInSet(focalLengths, exifFocalLength), in verifyJpegExifExtraTags()3778 exifFocalLength, EXIF_FOCAL_LENGTH_ERROR_MARGIN); in verifyJpegExifExtraTags()3782 exifFocalLength, EXIF_FOCAL_LENGTH_ERROR_MARGIN); in verifyJpegExifExtraTags()
1016 double exifFocalLength = exif.getAttributeDouble(ExifInterface.TAG_FOCAL_LENGTH, -1); in testJpegExifByCamera() local1017 assertEquals(focalLength, exifFocalLength, 0.001); in testJpegExifByCamera()