Searched refs:ifdType (Results 1 – 2 of 2) sorted by relevance
1436 for (int ifdType = 0; ifdType < EXIF_TAGS.length; ++ifdType) {1437 sExifTagMapsForReading[ifdType] = new HashMap();1438 sExifTagMapsForWriting[ifdType] = new HashMap();1439 for (ExifTag tag : EXIF_TAGS[ifdType]) {1440 sExifTagMapsForReading[ifdType].put(tag.number, tag); in put()1441 sExifTagMapsForWriting[ifdType].put(tag.name, tag); in put()4040 @IfdType int ifdType) throws IOException { in readImageFileDirectory() argument4069 ExifTag tag = (ExifTag) sExifTagMapsForReading[ifdType].get(tagNumber); in readImageFileDirectory()4073 + "numberOfComponents: %d", ifdType, tagNumber, in readImageFileDirectory()4114 } else if (ifdType == IFD_TYPE_ORF_MAKER_NOTE in readImageFileDirectory()[all …]
181 private boolean isIfdRequested(int ifdType) { in isIfdRequested() argument182 switch (ifdType) { in isIfdRequested()518 private void registerIfd(int ifdType, long offset) { in registerIfd() argument521 mCorrespondingEvent.put((int) offset, new IfdEvent(ifdType, isIfdRequested(ifdType))); in registerIfd()