/packages/apps/Camera2/tests/res/xml/ |
galaxy_nexus.xml | 3 <tag ifd="IFD0" id="0x0100" name="ImageWidth">2560</tag> 4 <tag ifd="IFD0" id="0x0101" name="ImageHeight">1920</tag> 5 <tag ifd="IFD0" id="0x010f" name="Make">google</tag> 6 <tag ifd="IFD0" id="0x0110" name="Model">Nexus S</tag> 7 <tag ifd="IFD0" id="0x0112" name="Orientation">1</tag> 8 <tag ifd="IFD0" id="0x0131" name="Software">MASTER</tag> 9 <tag ifd="IFD0" id="0x0132" name="ModifyDate">2012:07:30 16:28:42</tag> 10 <tag ifd="IFD0" id="0x0213" name="YCbCrPositioning">1</tag> 11 <tag ifd="IFD0" id="0x8769" name="ExifOffset">NO_VALUE</tag>
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifOutputStream.java | 322 // IFD0 is required for all file 323 IfdData ifd0 = mExifData.getIfdData(IfdId.TYPE_IFD_0); local 324 if (ifd0 == null) { 325 ifd0 = new IfdData(IfdId.TYPE_IFD_0); 326 mExifData.addIfdData(ifd0); 333 ifd0.setTag(exifOffsetTag); 350 ifd0.setTag(gpsOffsetTag); 436 IfdData ifd0 = mExifData.getIfdData(IfdId.TYPE_IFD_0); local 437 offset = calculateOffsetOfIfd(ifd0, offset); 438 ifd0.getTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_EXIF_IFD)).setValue(offset) [all...] |
ExifParser.java | 107 * Option bit to request to parse IFD0. 287 // There is a link to ifd1 at the end of ifd0 382 // For ifd0, there is a link to ifd1 in the end of all tags 557 // Some invalid images put some undefined data before IFD0. [all...] |
ExifInterface.java | [all...] |
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifOutputStream.java | 322 // IFD0 is required for all file 323 IfdData ifd0 = mExifData.getIfdData(IfdId.TYPE_IFD_0); local 324 if (ifd0 == null) { 325 ifd0 = new IfdData(IfdId.TYPE_IFD_0); 326 mExifData.addIfdData(ifd0); 333 ifd0.setTag(exifOffsetTag); 350 ifd0.setTag(gpsOffsetTag); 436 IfdData ifd0 = mExifData.getIfdData(IfdId.TYPE_IFD_0); local 437 offset = calculateOffsetOfIfd(ifd0, offset); 438 ifd0.getTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_EXIF_IFD)).setValue(offset) [all...] |
ExifParser.java | 107 * Option bit to request to parse IFD0. 287 // There is a link to ifd1 at the end of ifd0 382 // For ifd0, there is a link to ifd1 in the end of all tags 557 // Some invalid images put some undefined data before IFD0. [all...] |
ExifInterface.java | [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifOutputStream.java | 322 // IFD0 is required for all file 323 IfdData ifd0 = mExifData.getIfdData(IfdId.TYPE_IFD_0); local 324 if (ifd0 == null) { 325 ifd0 = new IfdData(IfdId.TYPE_IFD_0); 326 mExifData.addIfdData(ifd0); 333 ifd0.setTag(exifOffsetTag); 350 ifd0.setTag(gpsOffsetTag); 436 IfdData ifd0 = mExifData.getIfdData(IfdId.TYPE_IFD_0); local 437 offset = calculateOffsetOfIfd(ifd0, offset); 438 ifd0.getTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_EXIF_IFD)).setValue(offset) [all...] |
ExifParser.java | 107 * Option bit to request to parse IFD0. 287 // There is a link to ifd1 at the end of ifd0 382 // For ifd0, there is a link to ifd1 in the end of all tags 557 // Some invalid images put some undefined data before IFD0. [all...] |
ExifInterface.java | [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ExifOutputStream.java | 322 // IFD0 is required for all file 323 IfdData ifd0 = mExifData.getIfdData(IfdId.TYPE_IFD_0); local 324 if (ifd0 == null) { 325 ifd0 = new IfdData(IfdId.TYPE_IFD_0); 326 mExifData.addIfdData(ifd0); 333 ifd0.setTag(exifOffsetTag); 350 ifd0.setTag(gpsOffsetTag); 436 IfdData ifd0 = mExifData.getIfdData(IfdId.TYPE_IFD_0); local 437 offset = calculateOffsetOfIfd(ifd0, offset); 438 ifd0.getTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_EXIF_IFD)).setValue(offset) [all...] |
ExifParser.java | 107 * Option bit to request to parse IFD0. 287 // There is a link to ifd1 at the end of ifd0 382 // For ifd0, there is a link to ifd1 in the end of all tags 557 // Some invalid images put some undefined data before IFD0. [all...] |
ExifInterface.java | [all...] |
/packages/apps/Mms/src/com/android/mms/exif/ |
ExifOutputStream.java | 322 // IFD0 is required for all file 323 IfdData ifd0 = mExifData.getIfdData(IfdId.TYPE_IFD_0); local 324 if (ifd0 == null) { 325 ifd0 = new IfdData(IfdId.TYPE_IFD_0); 326 mExifData.addIfdData(ifd0); 333 ifd0.setTag(exifOffsetTag); 350 ifd0.setTag(gpsOffsetTag); 436 IfdData ifd0 = mExifData.getIfdData(IfdId.TYPE_IFD_0); local 437 offset = calculateOffsetOfIfd(ifd0, offset); 438 ifd0.getTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_EXIF_IFD)).setValue(offset) [all...] |
ExifParser.java | 107 * Option bit to request to parse IFD0. 287 // There is a link to ifd1 at the end of ifd0 382 // For ifd0, there is a link to ifd1 in the end of all tags 557 // Some invalid images put some undefined data before IFD0. [all...] |
ExifInterface.java | [all...] |
/external/libexif/ |
ChangeLog | 751 in IFD0. We now recognize them, exif_entry_get_value returns their value 753 relative to IFD0... [all...] |