Home | History | Annotate | Download | only in exif

Lines Matching defs:exif

17 package com.android.gallery3d.exif;
25 * This class stores information of an EXIF tag. For more information about
26 * defined EXIF tags, please read the Jeita EXIF 2.2 standard. Tags should be
33 * The BYTE type in the EXIF standard. An 8-bit unsigned integer.
37 * The ASCII type in the EXIF standard. An 8-bit byte containing one 7-bit
42 * The SHORT type in the EXIF standard. A 16-bit (2-byte) unsigned integer
46 * The LONG type in the EXIF standard. A 32-bit (4-byte) unsigned integer
50 * The RATIONAL type of EXIF standard. It consists of two LONGs. The first
55 * The UNDEFINED type in the EXIF standard. An 8-bit byte that can take any
60 * The SLONG type in the EXIF standard. A 32-bit (4-byte) signed integer
65 * The SRATIONAL type of EXIF standard. It consists of two SLONGs. The first
90 // Exif TagId
92 // Exif Tag Type
102 // Value offset in exif header.
453 * <li>There is no obvious way to cast the object passed in into an EXIF tag