Searched refs:ifdType (Results 1 – 2 of 2) sorted by relevance
1318 for (int ifdType = 0; ifdType < EXIF_TAGS.length; ++ifdType) {1319 sExifTagMapsForReading[ifdType] = new HashMap();1320 sExifTagMapsForWriting[ifdType] = new HashMap();1321 for (ExifTag tag : EXIF_TAGS[ifdType]) {1322 sExifTagMapsForReading[ifdType].put(tag.number, tag); in put()1323 sExifTagMapsForWriting[ifdType].put(tag.name, tag); in put()3153 @IfdType int ifdType) throws IOException { in readImageFileDirectory() argument3182 ExifTag tag = (ExifTag) sExifTagMapsForReading[ifdType].get(tagNumber); in readImageFileDirectory()3186 + "numberOfComponents: %d", ifdType, tagNumber, in readImageFileDirectory()3227 } 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()