Home | History | Annotate | Download | only in exif

Lines Matching defs:exif

17 package com.android.messaging.util.exif;
31 * This class provides a way to replace the Exif header of a JPEG image.
33 * Below is an example of writing EXIF data into a file
36 * public static void writeExif(byte[] jpeg, ExifData exif, String path) {
41 * // Set the exif header
42 * eos.setExifData(exif);
100 * Gets the Exif header to be written into the JPEF file.
116 * writing, it's Exif header will be replaced by the given header.
148 throw new IOException("Not a valid jpeg image, cannot write exif");
194 * After writing, it's Exif header will be replaced by the given header.
215 Log.v(TAG, "Writing exif data...");
221 throw new IOException("Exif header is too large (>64Kb)");
334 throw new IOException("No definition for crucial exif tag: "
339 // Exif IFD is required for all files.
351 throw new IOException("No definition for crucial exif tag: "
363 throw new IOException("No definition for crucial exif tag: "
382 throw new IOException("No definition for crucial exif tag: "
390 throw new IOException("No definition for crucial exif tag: "
408 throw new IOException("No definition for crucial exif tag: "
414 throw new IOException("No definition for crucial exif tag: "