Home
last modified time | relevance | path

Searched refs:toExifLatLong (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/
DDngCreator.java273 int[] latTag = toExifLatLong(latitude); in setLocation()
274 int[] longTag = toExifLatLong(longitude); in setLocation()
633 private static int[] toExifLatLong(double value) { in toExifLatLong() method in DngCreator
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifInterface.java1987 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