Home
last modified time | relevance | path

Searched refs:TAG_STRIP_OFFSETS (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifOutputStream.java394 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS)); in createRequiredIfdAndTag()
402 ExifTag offsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_STRIP_OFFSETS); in createRequiredIfdAndTag()
405 + ExifInterface.TAG_STRIP_OFFSETS); in createRequiredIfdAndTag()
426 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS)); in createRequiredIfdAndTag()
474 ifd1.getTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS)).setValue( in calculateAllOffset()
H A DExifParser.java174 private static final short TAG_STRIP_OFFSETS = ExifInterface field in ExifParser
175 .getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS);
616 } else if (tid == TAG_STRIP_OFFSETS && checkAllowed(ifd, ExifInterface.TAG_STRIP_OFFSETS)) { in checkOffsetOrImageTag()
H A DExifInterface.java90 public static final int TAG_STRIP_OFFSETS = field in ExifInterface
331 sOffsetTags.add(getTrueTagKey(TAG_STRIP_OFFSETS)); in getTrueTagKey() argument
2112 mTagInfo.put(ExifInterface.TAG_STRIP_OFFSETS, in initTagInfo()
/aosp14/frameworks/base/media/java/android/media/
H A DExifInterface.java152 public static final String TAG_STRIP_OFFSETS = "StripOffsets"; field in ExifInterface
1125 new ExifTag(TAG_STRIP_OFFSETS, 273, IFD_FORMAT_USHORT, IFD_FORMAT_ULONG),
1279 new ExifTag(TAG_STRIP_OFFSETS, 273, IFD_FORMAT_USHORT, IFD_FORMAT_ULONG),
1311 new ExifTag(TAG_STRIP_OFFSETS, 273, IFD_FORMAT_USHORT);
4374 (ExifAttribute) thumbnailData.get(TAG_STRIP_OFFSETS); in handleThumbnailFromStrips()
4622 removeAttribute(TAG_STRIP_OFFSETS); in writeExifSegment()
4656 mAttributes[IFD_TYPE_THUMBNAIL].put(TAG_STRIP_OFFSETS, in writeExifSegment()
4695 mAttributes[IFD_TYPE_THUMBNAIL].put(TAG_STRIP_OFFSETS, in writeExifSegment()
/aosp14/frameworks/base/core/java/android/provider/
H A DMetadataReader.java93 TYPE_MAPPING.put(ExifInterface.TAG_STRIP_OFFSETS, TYPE_INT); in TYPE_MAPPING.put() argument
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt22277 field public static final String TAG_STRIP_OFFSETS = "StripOffsets";