HomeSort by relevance Sort by last modified time
    Searched full:ifd0 (Results 1 - 17 of 17) sorted by null

  /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/Messaging/src/com/android/messaging/util/exif/
ExifOutputStream.java 326 // IFD0 is required for all file
327 IfdData ifd0 = mExifData.getIfdData(IfdId.TYPE_IFD_0); local
328 if (ifd0 == null) {
329 ifd0 = new IfdData(IfdId.TYPE_IFD_0);
330 mExifData.addIfdData(ifd0);
337 ifd0.setTag(exifOffsetTag);
354 ifd0.setTag(gpsOffsetTag);
440 IfdData ifd0 = mExifData.getIfdData(IfdId.TYPE_IFD_0); local
441 offset = calculateOffsetOfIfd(ifd0, offset);
442 ifd0.getTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_EXIF_IFD)).setValue(offset)
    [all...]
ExifParser.java 108 * Option bit to request to parse IFD0.
288 // There is a link to ifd1 at the end of ifd0
383 // For ifd0, there is a link to ifd1 in the end of all tags
559 // 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...]

Completed in 1935 milliseconds