Searched refs:ifdType (Results 1 – 2 of 2) sorted by relevance
1435 for (int ifdType = 0; ifdType < EXIF_TAGS.length; ++ifdType) {1436 sExifTagMapsForReading[ifdType] = new HashMap();1437 sExifTagMapsForWriting[ifdType] = new HashMap();1438 for (ExifTag tag : EXIF_TAGS[ifdType]) {1439 sExifTagMapsForReading[ifdType].put(tag.number, tag); in put()1440 sExifTagMapsForWriting[ifdType].put(tag.name, tag); in put()4032 @IfdType int ifdType) throws IOException { in readImageFileDirectory() argument4061 ExifTag tag = (ExifTag) sExifTagMapsForReading[ifdType].get(tagNumber); in readImageFileDirectory()4065 + "numberOfComponents: %d", ifdType, tagNumber, in readImageFileDirectory()4106 } 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()