Home | History | Annotate | Download | only in exif

Lines Matching refs:sOffsetTags

325     private static HashSet<Short> sOffsetTags = new HashSet<Short>();
327 sOffsetTags.add(getTrueTagKey(TAG_GPS_IFD));
328 sOffsetTags.add(getTrueTagKey(TAG_EXIF_IFD));
329 sOffsetTags.add(getTrueTagKey(TAG_JPEG_INTERCHANGE_FORMAT));
330 sOffsetTags.add(getTrueTagKey(TAG_INTEROPERABILITY_IFD));
331 sOffsetTags.add(getTrueTagKey(TAG_STRIP_OFFSETS));
337 protected static HashSet<Short> sBannedDefines = new HashSet<Short>(sOffsetTags);
1483 return sOffsetTags.contains(tag);