Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifOutputStream.java276 if (ifd1 != null) { in writeAllTags()
370 if (ifd1 == null) { in createRequiredIfdAndTag()
382 ifd1.setTag(offsetTag); in createRequiredIfdAndTag()
391 ifd1.setTag(lengthTag); in createRequiredIfdAndTag()
397 if (ifd1 == null) { in createRequiredIfdAndTag()
418 ifd1.setTag(offsetTag); in createRequiredIfdAndTag()
419 ifd1.setTag(lengthTag); in createRequiredIfdAndTag()
422 ifd1.removeTag(ExifInterface in createRequiredIfdAndTag()
424 } else if (ifd1 != null) { in createRequiredIfdAndTag()
429 ifd1.removeTag(ExifInterface in createRequiredIfdAndTag()
[all …]
H A DExifData.java337 IfdData ifd1 = data.getIfdData(i); in equals() local
339 if (ifd1 != ifd2 && ifd1 != null && !ifd1.equals(ifd2)) { in equals()