Searched refs:toExifLatLong (Results 1 – 3 of 3) sorted by relevance
273 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
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
21727 Landroid/hardware/camera2/DngCreator;->toExifLatLong(D)[I