Home | History | Annotate | Download | only in exif

Lines Matching defs:exif

17 package com.android.camera.exif;
30 * This class provides a way to replace the Exif header of a JPEG image.
32 * Below is an example of writing EXIF data into a file
35 * public static void writeExif(byte[] jpeg, ExifData exif, String path) {
40 * // Set the exif header
41 * eos.setExifData(exif);
99 * Gets the Exif header to be written into the JPEF file.
115 * writing, it's Exif header will be replaced by the given header.
147 throw new IOException("Not a valid jpeg image, cannot write exif");
193 * After writing, it's Exif header will be replaced by the given header.
214 Log.v(TAG, "Writing exif data...");
220 throw new IOException("Exif header is too large (>64Kb)");
330 throw new IOException("No definition for crucial exif tag: "
335 // Exif IFD is required for all files.
347 throw new IOException("No definition for crucial exif tag: "
359 throw new IOException("No definition for crucial exif tag: "
378 throw new IOException("No definition for crucial exif tag: "
386 throw new IOException("No definition for crucial exif tag: "
404 throw new IOException("No definition for crucial exif tag: "
410 throw new IOException("No definition for crucial exif tag: "