Lines Matching defs:exif

17 package com.android.gallery3d.exif;
54 * to a valid jpeg image as exif metadata.
57 * directory (IFD) as specified by the exif standard. A tag definition can be
718 * Reads the exif tags from a byte array, clearing this ExifInterface
719 * object's existing exif tags.
729 * Reads the exif tags from an InputStream, clearing this ExifInterface
730 * object's existing exif tags.
743 throw new IOException("Invalid exif format : " + e);
749 * Reads the exif tags from a file, clearing this ExifInterface object's
750 * existing exif tags.
772 * Sets the exif tags, clearing this ExifInterface object's existing exif
775 * @param tags a collection of exif tags to set.
783 * Clears this ExifInterface object's existing exif tags.
791 * removing prior exif tags.
795 * exif tags will be written.
809 * bitmap, removing prior exif tags.
811 * @param bmap a bitmap to compress and write exif into.
813 * exif tags will be written.
827 * removing prior exif tags.
831 * exif tags will be written.
845 * removing prior exif tags.
849 * image with added exif tags will be written.
872 * bitmap, removing prior exif tags.
874 * @param bmap a bitmap to compress and write exif into.
876 * image with added exif tags will be written.
899 * removing prior exif tags.
903 * image with added exif tags will be written.
926 * prior exif tags.
930 * image with added exif tags will be written.
953 * stream, removing prior exif tags. Other methods of this ExifInterface
958 * @return an OutputStream that wraps the outStream parameter, and adds exif
973 * stream, removing prior exif tags. Other methods of this ExifInterface
979 * exif metadata. A jpeg image should be written to this stream.
997 * Attempts to do an in-place rewrite the exif metadata in a file for the
999 * existing exif tags, this method will fail.
1001 * @param filename a String containing a filepath for a jpeg file with exif
1019 // Parse beginning of APP1 in exif to find size of exif header.
1024 throw new IOException("Invalid exif format : ", e);
1039 // Map only exif header into memory.
1056 * Attempts to do an in-place rewrite the exif metadata in a ByteBuffer for
1058 * existing exif tags, this method will fail.
1060 * @param buf a ByteBuffer containing a jpeg file with existing exif tags to
1077 throw new IOException("Invalid exif format : " + e);
1082 * Attempts to do an in-place rewrite of the exif metadata. If this fails,
1123 * Attempts to do an in-place rewrite of the exif metadata using the tags in
1137 * Get the exif tags in this ExifInterface object or null if none exist.
1150 * @param tagId a TID as defined in the exif standard (or with
1163 * @param ifdId an IFD as defined in the exif standard (or with
1766 * The bytes may either be an uncompressed strip as specified in the exif
1903 * exif specification.