Searched defs:toExifLatLong (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java245 int[] latTag = toExifLatLong(latitude);
246 int[] longTag = toExifLatLong(longitude);
604 private static int[] toExifLatLong(double value) { method in class:DngCreator
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java1987 ExifTag latTag = buildTag(TAG_GPS_LATITUDE, toExifLatLong(latitude));
1988 ExifTag longTag = buildTag(TAG_GPS_LONGITUDE, toExifLatLong(longitude));
2030 private static Rational[] toExifLatLong(double value) { method in class:ExifInterface

Completed in 278 milliseconds