Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/camera2/
H A 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
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A 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
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt18840 Landroid/hardware/camera2/DngCreator;->toExifLatLong(D)[I