Searched refs:toExifLatLong (Results 1 – 2 of 2) sorted by relevance
250 int[] latTag = toExifLatLong(latitude); in setLocation()251 int[] longTag = toExifLatLong(longitude); in setLocation()612 private static int[] toExifLatLong(double value) { in toExifLatLong() method in DngCreator
1987 ExifTag latTag = buildTag(TAG_GPS_LATITUDE, toExifLatLong(latitude)); in addGpsTags()1988 ExifTag longTag = buildTag(TAG_GPS_LONGITUDE, toExifLatLong(longitude)); in addGpsTags()2030 private static Rational[] toExifLatLong(double value) { in toExifLatLong() method in ExifInterface