Home
last modified time | relevance | path

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

/frameworks/av/libvideoeditor/vss/inc/
DM4EXIFC_CommonAPI.h92 M4OSA_Char *latitudeRef; /**< latitude reference */ member
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifInterface.java1934 String latitudeRef = getTagStringValue(TAG_GPS_LATITUDE_REF); in getLatLongAsDoubles() local
1937 if (latitude == null || longitude == null || latitudeRef == null || longitudeRef == null in getLatLongAsDoubles()
1942 latLon[0] = convertLatOrLongToDouble(latitude, latitudeRef); in getLatLongAsDoubles()