Searched refs:longitudeRef (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1583 uint8_t longitudeRef[GPS_REF_LENGTH]; local
1588 env->GetStringUTFRegion(longRef, 0, 1, reinterpret_cast<char*>(&longitudeRef));
1589 longitudeRef[GPS_REF_LENGTH - 1] = '\0';
1606 BAIL_IF_INVALID(writer->addEntry(TAG_GPSLONGITUDEREF, GPS_REF_LENGTH, longitudeRef,
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java1936 String longitudeRef = getTagStringValue(TAG_GPS_LONGITUDE_REF);
1937 if (latitude == null || longitude == null || latitudeRef == null || longitudeRef == null
1943 latLon[1] = convertLatOrLongToDouble(longitude, longitudeRef);

Completed in 193 milliseconds