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 D | ExifOutputStream.java | 394 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 D | ExifParser.java | 174 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 D | ExifInterface.java | 90 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 D | ExifInterface.java | 152 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 D | MetadataReader.java | 93 TYPE_MAPPING.put(ExifInterface.TAG_STRIP_OFFSETS, TYPE_INT); in TYPE_MAPPING.put() argument
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 22277 field public static final String TAG_STRIP_OFFSETS = "StripOffsets";
|