Searched defs:exif (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMediaDetails.java122 private static void setExifData(MediaDetails details, ExifInterface exif, String tag, argument
124 String value = exif.getAttribute(tag);
138 ExifInterface exif = new ExifInterface(filePath);
139 setExifData(details, exif, ExifInterface.TAG_FLASH, MediaDetails.INDEX_FLASH);
140 setExifData(details, exif, ExifInterface.TAG_IMAGE_WIDTH, MediaDetails.INDEX_WIDTH);
141 setExifData(details, exif, ExifInterface.TAG_IMAGE_LENGTH,
143 setExifData(details, exif, ExifInterface.TAG_MAKE, MediaDetails.INDEX_MAKE);
144 setExifData(details, exif, ExifInterface.TAG_MODEL, MediaDetails.INDEX_MODEL);
145 setExifData(details, exif, ExifInterface.TAG_APERTURE, MediaDetails.INDEX_APERTURE);
146 setExifData(details, exif, ExifInterfac
[all...]
/packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
H A DPicasaSource.java138 public static void extractExifValues(MediaObject item, ExifInterface exif) {/*do nothing*/} argument
/packages/apps/Gallery/src/com/android/camera/
H A DMenuHelper.java175 ExifInterface exif = getExif(image);
176 if (exif == null) return false;
178 return exif.getLatLong(latlng);
220 ExifInterface exif) {
222 if (exif.getLatLong(latlng)) {
254 Log.e(TAG, "cannot read exif", ex);
270 ExifInterface exif = getExif(image);
272 if (exif != null) {
274 if (exif.getLatLong(latlng)) {
316 ExifInterface exif
219 setLatLngDetails(final View d, Activity context, ExifInterface exif) argument
350 getWhiteBalanceString(ExifInterface exif) argument
[all...]

Completed in 123 milliseconds