Searched refs:exif (Results 1 – 1 of 1) sorted by relevance
134 private String getAttrib(ExifInterface exif, String tag) { in getAttrib() argument135 String attribute = exif.getAttribute(tag); in getAttrib()176 ExifInterface exif = new ExifInterface(targetFile.toString()); in updateExif() local178 String aperture = getAttrib(exif, ExifInterface.TAG_APERTURE); in updateExif()180 String dateTime = getAttrib(exif, ExifInterface.TAG_DATETIME); in updateExif()181 String exposureTime = getAttrib(exif, ExifInterface.TAG_EXPOSURE_TIME); in updateExif()182 int flash = exif.getAttributeInt(ExifInterface.TAG_FLASH, 0); in updateExif()183 double focalLength = exif.getAttributeDouble(ExifInterface.TAG_FOCAL_LENGTH, 0); in updateExif()185 double gpsAltitude = exif.getAltitude(Double.NaN); in updateExif()186 String gpsDatestamp = getAttrib(exif, ExifInterface.TAG_GPS_DATESTAMP); in updateExif()[all …]