Searched defs:TAG_COMPRESSION (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/img_utils/include/img_utils/
H A DTagDefinitions.h169 TAG_COMPRESSION = 0x0103u, enumerator in enum:android::img_utils::__anon123
/frameworks/base/media/java/android/media/
H A DExifInterface.java83 public static final String TAG_COMPRESSION = "Compression"; field in class:ExifInterface
966 new ExifTag(TAG_COMPRESSION, 259, IFD_FORMAT_USHORT),
1116 new ExifTag(TAG_COMPRESSION, 259, IFD_FORMAT_USHORT),
2990 mAttributes[IFD_TYPE_THUMBNAIL].put(TAG_COMPRESSION, compressionAttribute);
3074 || (tag.name == TAG_COMPRESSION
3137 (ExifAttribute) thumbnailData.get(TAG_COMPRESSION);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java80 public static final int TAG_COMPRESSION = field in class:ExifInterface
400 * Constants for {@link TAG_COMPRESSION}
2092 mTagInfo.put(ExifInterface.TAG_COMPRESSION,
/frameworks/support/exifinterface/src/android/support/media/
H A DExifInterface.java125 public static final String TAG_COMPRESSION = "Compression"; field in class:ExifInterface
2751 * The constant used by {@link #TAG_COMPRESSION} to denote the image is not compressed.
2755 * The constant used by {@link #TAG_COMPRESSION} to denote the image is huffman compressed.
2759 * The constant used by {@link #TAG_COMPRESSION} to denote the image is JPEG.
2763 * The constant used by {@link #TAG_COMPRESSION}, see DNG Specification 1.4.0.0.
2768 * The constant used by {@link #TAG_COMPRESSION}, see DNG Specification 1.4.0.0.
2773 * The constant used by {@link #TAG_COMPRESSION} to denote the image is pack-bits compressed.
2777 * The constant used by {@link #TAG_COMPRESSION}, see DNG Specification 1.4.0.0.
3340 new ExifTag(TAG_COMPRESSION, 259, IFD_FORMAT_USHORT),
3490 new ExifTag(TAG_COMPRESSION, 25
[all...]

Completed in 544 milliseconds