Home
last modified time | relevance | path

Searched refs:ifdType (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/
H A DExifInterface.java1436 for (int ifdType = 0; ifdType < EXIF_TAGS.length; ++ifdType) {
4631 for (int ifdType = 0; ifdType < EXIF_TAGS.length; ++ifdType) { in writeExifSegment()
4686 for (int ifdType = 0; ifdType < EXIF_TAGS.length; ++ifdType) { in writeExifSegment()
4687 if (!mAttributes[ifdType].isEmpty()) { in writeExifSegment()
4688 ifdOffsets[ifdType] = position; in writeExifSegment()
4689 position += 2 + mAttributes[ifdType].size() * 12 + 4 + ifdDataSizes[ifdType]; in writeExifSegment()
4759 for (int ifdType = 0; ifdType < EXIF_TAGS.length; ++ifdType) { in writeExifSegment()
4760 if (!mAttributes[ifdType].isEmpty()) { in writeExifSegment()
4766 int dataOffset = ifdOffsets[ifdType] + 2 + mAttributes[ifdType].size() * 12 + 4; in writeExifSegment()
5266 if (!mAttributes[ifdType].isEmpty()) { in replaceInvalidTags()
[all …]
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifParser.java181 private boolean isIfdRequested(int ifdType) { in isIfdRequested() argument
182 switch (ifdType) { in isIfdRequested()
518 private void registerIfd(int ifdType, long offset) { in registerIfd() argument
521 mCorrespondingEvent.put((int) offset, new IfdEvent(ifdType, isIfdRequested(ifdType))); in registerIfd()