Searched refs:OPTION_IFD_INTEROPERABILITY (Results 1 – 7 of 7) sorted by relevance
103 private static final int OPTION_IFD_INTEROPERABILITY = 1 << 4; field in ExifParser164 return (mOptions & OPTION_IFD_INTEROPERABILITY) != 0; in isIfdRequested()232 | OPTION_IFD_INTEROPERABILITY in parse()
125 public static final int OPTION_IFD_INTEROPERABILITY = 1 << 4; field in ExifParser192 return (mOptions & OPTION_IFD_INTEROPERABILITY) != 0; in isIfdRequested()255 | OPTION_IFD_EXIF | OPTION_IFD_GPS | OPTION_IFD_INTEROPERABILITY in parse()
95 flag |= ExifParser.OPTION_IFD_INTEROPERABILITY; in commit()
126 public static final int OPTION_IFD_INTEROPERABILITY = 1 << 4; field in ExifParser193 return (mOptions & OPTION_IFD_INTEROPERABILITY) != 0; in isIfdRequested()256 | OPTION_IFD_EXIF | OPTION_IFD_GPS | OPTION_IFD_INTEROPERABILITY in parse()
96 flag |= ExifParser.OPTION_IFD_INTEROPERABILITY; in commit()