Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
DExifParser.java103 private static final int OPTION_IFD_INTEROPERABILITY = 1 << 4; field in ExifParser
164 return (mOptions & OPTION_IFD_INTEROPERABILITY) != 0; in isIfdRequested()
232 | OPTION_IFD_INTEROPERABILITY in parse()
/packages/apps/Camera2/src/com/android/camera/exif/
DExifParser.java125 public static final int OPTION_IFD_INTEROPERABILITY = 1 << 4; field in ExifParser
192 return (mOptions & OPTION_IFD_INTEROPERABILITY) != 0; in isIfdRequested()
255 | OPTION_IFD_EXIF | OPTION_IFD_GPS | OPTION_IFD_INTEROPERABILITY in parse()
DExifModifier.java95 flag |= ExifParser.OPTION_IFD_INTEROPERABILITY; in commit()
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifParser.java126 public static final int OPTION_IFD_INTEROPERABILITY = 1 << 4; field in ExifParser
193 return (mOptions & OPTION_IFD_INTEROPERABILITY) != 0; in isIfdRequested()
256 | OPTION_IFD_EXIF | OPTION_IFD_GPS | OPTION_IFD_INTEROPERABILITY in parse()
DExifModifier.java96 flag |= ExifParser.OPTION_IFD_INTEROPERABILITY; in commit()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifParser.java125 public static final int OPTION_IFD_INTEROPERABILITY = 1 << 4; field in ExifParser
192 return (mOptions & OPTION_IFD_INTEROPERABILITY) != 0; in isIfdRequested()
255 | OPTION_IFD_EXIF | OPTION_IFD_GPS | OPTION_IFD_INTEROPERABILITY in parse()
DExifModifier.java96 flag |= ExifParser.OPTION_IFD_INTEROPERABILITY; in commit()