Home
last modified time | relevance | path

Searched refs:IFD_TIFF_HINT (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
DExifInterface.java992 private static final int IFD_TIFF_HINT = 0; field in ExifInterface
1927 mAttributes[IFD_TIFF_HINT].put(TAG_IMAGE_LENGTH, ExifAttribute.createULong( in getJpegAttributes()
1929 mAttributes[IFD_TIFF_HINT].put(TAG_IMAGE_WIDTH, ExifAttribute.createULong( in getJpegAttributes()
2093 readImageFileDirectory(dataInputStream, IFD_TIFF_HINT); in readExifSegment()
2140 mAttributes[IFD_TIFF_HINT].put(TAG_DATETIME, in addDefaultValuesForCompatibility()
2146 mAttributes[IFD_TIFF_HINT].put(TAG_IMAGE_WIDTH, in addDefaultValuesForCompatibility()
2150 mAttributes[IFD_TIFF_HINT].put(TAG_IMAGE_LENGTH, in addDefaultValuesForCompatibility()
2154 mAttributes[IFD_TIFF_HINT].put(TAG_ORIENTATION, in addDefaultValuesForCompatibility()
2336 mAttributes[IFD_TIFF_HINT].put(IFD_POINTER_TAGS[0].name, in writeExifSegment()
2340 mAttributes[IFD_TIFF_HINT].put(IFD_POINTER_TAGS[1].name, in writeExifSegment()
[all …]