Lines Matching refs:ExifInterface

64 public class ExifInterface {
713 public ExifInterface() {
718 * Reads the exif tags from a byte array, clearing this ExifInterface
729 * Reads the exif tags from an InputStream, clearing this ExifInterface
749 * Reads the exif tags from a file, clearing this ExifInterface object's
772 * Sets the exif tags, clearing this ExifInterface object's existing exif
783 * Clears this ExifInterface object's existing exif tags.
790 * Writes the tags from this ExifInterface object into a jpeg image,
808 * Writes the tags from this ExifInterface object into a jpeg compressed
826 * Writes the tags from this ExifInterface object into a jpeg stream,
844 * Writes the tags from this ExifInterface object into a jpeg image,
871 * Writes the tags from this ExifInterface object into a jpeg compressed
898 * Writes the tags from this ExifInterface object into a jpeg stream,
925 * Writes the tags from this ExifInterface object into a jpeg file, removing
952 * ExifInterface object will be added to a jpeg image written to this
953 * stream, removing prior exif tags. Other methods of this ExifInterface
972 * ExifInterface object will be added to a jpeg image written to this
973 * stream, removing prior exif tags. Other methods of this ExifInterface
1124 * this ExifInterface object. If this fails, fall back to overwriting file.
1137 * Get the exif tags in this ExifInterface object or null if none exist.
1505 if (!ExifInterface.isIfdAllowed(info, ifdId)) {
1574 * Puts an ExifTag into this ExifInterface object's tags, removing a
1578 * @param tag an ExifTag to put into this ExifInterface's tags.
1587 * Puts a collection of ExifTags into this ExifInterface objects's tags. Any
1620 * Creates a new tag definition in this ExifInterface object for a given TID
1926 * ExifInterface object's tags, or null if the necessary tags do not exist.
1990 latitude >= 0 ? ExifInterface.GpsLatitudeRef.NORTH
1991 : ExifInterface.GpsLatitudeRef.SOUTH);
1993 longitude >= 0 ? ExifInterface.GpsLongitudeRef.EAST
1994 : ExifInterface.GpsLongitudeRef.WEST);
2084 mTagInfo.put(ExifInterface.TAG_MAKE,
2086 mTagInfo.put(ExifInterface.TAG_IMAGE_WIDTH,
2088 mTagInfo.put(ExifInterface.TAG_IMAGE_LENGTH,
2090 mTagInfo.put(ExifInterface.TAG_BITS_PER_SAMPLE,
2092 mTagInfo.put(ExifInterface.TAG_COMPRESSION,
2094 mTagInfo.put(ExifInterface.TAG_PHOTOMETRIC_INTERPRETATION,
2096 mTagInfo.put(ExifInterface.TAG_ORIENTATION, ifdFlags | ExifTag.TYPE_UNSIGNED_SHORT << 16
2098 mTagInfo.put(ExifInterface.TAG_SAMPLES_PER_PIXEL,
2100 mTagInfo.put(ExifInterface.TAG_PLANAR_CONFIGURATION,
2102 mTagInfo.put(ExifInterface.TAG_Y_CB_CR_SUB_SAMPLING,
2104 mTagInfo.put(ExifInterface.TAG_Y_CB_CR_POSITIONING,
2106 mTagInfo.put(ExifInterface.TAG_X_RESOLUTION,
2108 mTagInfo.put(ExifInterface.TAG_Y_RESOLUTION,
2110 mTagInfo.put(ExifInterface.TAG_RESOLUTION_UNIT,
2112 mTagInfo.put(ExifInterface.TAG_STRIP_OFFSETS,
2114 mTagInfo.put(ExifInterface.TAG_ROWS_PER_STRIP,
2116 mTagInfo.put(ExifInterface.TAG_STRIP_BYTE_COUNTS,
2118 mTagInfo.put(ExifInterface.TAG_TRANSFER_FUNCTION,
2120 mTagInfo.put(ExifInterface.TAG_WHITE_POINT,
2122 mTagInfo.put(ExifInterface.TAG_PRIMARY_CHROMATICITIES,
2124 mTagInfo.put(ExifInterface.TAG_Y_CB_CR_COEFFICIENTS,
2126 mTagInfo.put(ExifInterface.TAG_REFERENCE_BLACK_WHITE,
2128 mTagInfo.put(ExifInterface.TAG_DATE_TIME,
2130 mTagInfo.put(ExifInterface.TAG_IMAGE_DESCRIPTION,
2132 mTagInfo.put(ExifInterface.TAG_MAKE,
2134 mTagInfo.put(ExifInterface.TAG_MODEL,
2136 mTagInfo.put(ExifInterface.TAG_SOFTWARE,
2138 mTagInfo.put(ExifInterface.TAG_ARTIST,
2140 mTagInfo.put(ExifInterface.TAG_COPYRIGHT,
2142 mTagInfo.put(ExifInterface.TAG_EXIF_IFD,
2144 mTagInfo.put(ExifInterface.TAG_GPS_IFD,
2151 mTagInfo.put(ExifInterface.TAG_JPEG_INTERCHANGE_FORMAT,
2153 mTagInfo.put(ExifInterface.TAG_JPEG_INTERCHANGE_FORMAT_LENGTH,
2160 mTagInfo.put(ExifInterface.TAG_EXIF_VERSION,
2162 mTagInfo.put(ExifInterface.TAG_FLASHPIX_VERSION,
2164 mTagInfo.put(ExifInterface.TAG_COLOR_SPACE,
2166 mTagInfo.put(ExifInterface.TAG_COMPONENTS_CONFIGURATION,
2168 mTagInfo.put(ExifInterface.TAG_COMPRESSED_BITS_PER_PIXEL,
2170 mTagInfo.put(ExifInterface.TAG_PIXEL_X_DIMENSION,
2172 mTagInfo.put(ExifInterface.TAG_PIXEL_Y_DIMENSION,
2174 mTagInfo.put(ExifInterface.TAG_MAKER_NOTE,
2176 mTagInfo.put(ExifInterface.TAG_USER_COMMENT,
2178 mTagInfo.put(ExifInterface.TAG_RELATED_SOUND_FILE,
2180 mTagInfo.put(ExifInterface.TAG_DATE_TIME_ORIGINAL,
2182 mTagInfo.put(ExifInterface.TAG_DATE_TIME_DIGITIZED,
2184 mTagInfo.put(ExifInterface.TAG_SUB_SEC_TIME,
2186 mTagInfo.put(ExifInterface.TAG_SUB_SEC_TIME_ORIGINAL,
2188 mTagInfo.put(ExifInterface.TAG_SUB_SEC_TIME_DIGITIZED,
2190 mTagInfo.put(ExifInterface.TAG_IMAGE_UNIQUE_ID,
2192 mTagInfo.put(ExifInterface.TAG_EXPOSURE_TIME,
2194 mTagInfo.put(ExifInterface.TAG_F_NUMBER,
2196 mTagInfo.put(ExifInterface.TAG_EXPOSURE_PROGRAM,
2198 mTagInfo.put(ExifInterface.TAG_SPECTRAL_SENSITIVITY,
2200 mTagInfo.put(ExifInterface.TAG_ISO_SPEED_RATINGS,
2202 mTagInfo.put(ExifInterface.TAG_OECF,
2204 mTagInfo.put(ExifInterface.TAG_SHUTTER_SPEED_VALUE,
2206 mTagInfo.put(ExifInterface.TAG_APERTURE_VALUE,
2208 mTagInfo.put(ExifInterface.TAG_BRIGHTNESS_VALUE,
2210 mTagInfo.put(ExifInterface.TAG_EXPOSURE_BIAS_VALUE,
2212 mTagInfo.put(ExifInterface.TAG_MAX_APERTURE_VALUE,
2214 mTagInfo.put(ExifInterface.TAG_SUBJECT_DISTANCE,
2216 mTagInfo.put(ExifInterface.TAG_METERING_MODE,
2218 mTagInfo.put(ExifInterface.TAG_LIGHT_SOURCE,
2220 mTagInfo.put(ExifInterface.TAG_FLASH,
2222 mTagInfo.put(ExifInterface.TAG_FOCAL_LENGTH,
2224 mTagInfo.put(ExifInterface.TAG_SUBJECT_AREA,
2226 mTagInfo.put(ExifInterface.TAG_FLASH_ENERGY,
2228 mTagInfo.put(ExifInterface.TAG_SPATIAL_FREQUENCY_RESPONSE,
2230 mTagInfo.put(ExifInterface.TAG_FOCAL_PLANE_X_RESOLUTION,
2232 mTagInfo.put(ExifInterface.TAG_FOCAL_PLANE_Y_RESOLUTION,
2234 mTagInfo.put(ExifInterface.TAG_FOCAL_PLANE_RESOLUTION_UNIT,
2236 mTagInfo.put(ExifInterface.TAG_SUBJECT_LOCATION,
2238 mTagInfo.put(ExifInterface.TAG_EXPOSURE_INDEX,
2240 mTagInfo.put(ExifInterface.TAG_SENSING_METHOD,
2242 mTagInfo.put(ExifInterface.TAG_FILE_SOURCE,
2244 mTagInfo.put(ExifInterface.TAG_SCENE_TYPE,
2246 mTagInfo.put(ExifInterface.TAG_CFA_PATTERN,
2248 mTagInfo.put(ExifInterface.TAG_CUSTOM_RENDERED,
2250 mTagInfo.put(ExifInterface.TAG_EXPOSURE_MODE,
2252 mTagInfo.put(ExifInterface.TAG_WHITE_BALANCE,
2254 mTagInfo.put(ExifInterface.TAG_DIGITAL_ZOOM_RATIO,
2256 mTagInfo.put(ExifInterface.TAG_FOCAL_LENGTH_IN_35_MM_FILE,
2258 mTagInfo.put(ExifInterface.TAG_SCENE_CAPTURE_TYPE,
2260 mTagInfo.put(ExifInterface.TAG_GAIN_CONTROL,
2262 mTagInfo.put(ExifInterface.TAG_CONTRAST,
2264 mTagInfo.put(ExifInterface.TAG_SATURATION,
2266 mTagInfo.put(ExifInterface.TAG_SHARPNESS,
2268 mTagInfo.put(ExifInterface.TAG_DEVICE_SETTING_DESCRIPTION,
2270 mTagInfo.put(ExifInterface.TAG_SUBJECT_DISTANCE_RANGE,
2272 mTagInfo.put(ExifInterface.TAG_INTEROPERABILITY_IFD, exifFlags
2279 mTagInfo.put(ExifInterface.TAG_GPS_VERSION_ID,
2281 mTagInfo.put(ExifInterface.TAG_GPS_LATITUDE_REF,
2283 mTagInfo.put(ExifInterface.TAG_GPS_LONGITUDE_REF,
2285 mTagInfo.put(ExifInterface.TAG_GPS_LATITUDE,
2287 mTagInfo.put(ExifInterface.TAG_GPS_LONGITUDE,
2289 mTagInfo.put(ExifInterface.TAG_GPS_ALTITUDE_REF,
2291 mTagInfo.put(ExifInterface.TAG_GPS_ALTITUDE,
2293 mTagInfo.put(ExifInterface.TAG_GPS_TIME_STAMP,
2295 mTagInfo.put(ExifInterface.TAG_GPS_SATTELLITES,
2297 mTagInfo.put(ExifInterface.TAG_GPS_STATUS,
2299 mTagInfo.put(ExifInterface.TAG_GPS_MEASURE_MODE,
2301 mTagInfo.put(ExifInterface.TAG_GPS_DOP,
2303 mTagInfo.put(ExifInterface.TAG_GPS_SPEED_REF,
2305 mTagInfo.put(ExifInterface.TAG_GPS_SPEED,
2307 mTagInfo.put(ExifInterface.TAG_GPS_TRACK_REF,
2309 mTagInfo.put(ExifInterface.TAG_GPS_TRACK,
2311 mTagInfo.put(ExifInterface.TAG_GPS_IMG_DIRECTION_REF,
2313 mTagInfo.put(ExifInterface.TAG_GPS_IMG_DIRECTION,
2315 mTagInfo.put(ExifInterface.TAG_GPS_MAP_DATUM,
2317 mTagInfo.put(ExifInterface.TAG_GPS_DEST_LATITUDE_REF,
2319 mTagInfo.put(ExifInterface.TAG_GPS_DEST_LATITUDE,
2321 mTagInfo.put(ExifInterface.TAG_GPS_DEST_BEARING_REF,
2323 mTagInfo.put(ExifInterface.TAG_GPS_DEST_BEARING,
2325 mTagInfo.put(ExifInterface.TAG_GPS_DEST_DISTANCE_REF,
2327 mTagInfo.put(ExifInterface.TAG_GPS_DEST_DISTANCE,
2329 mTagInfo.put(ExifInterface.TAG_GPS_PROCESSING_METHOD,
2331 mTagInfo.put(ExifInterface.TAG_GPS_AREA_INFORMATION,
2333 mTagInfo.put(ExifInterface.TAG_GPS_DATE_STAMP,
2335 mTagInfo.put(ExifInterface.TAG_GPS_DIFFERENTIAL,