[go: nahoru, domu]

Searched defs:ExifTag (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifTag.java31 public class ExifTag { class
127 ExifTag(short tagId, short type, int componentCount, int ifd, method in class:ExifTag
218 * Returns true if this ExifTag contains value; otherwise, this tag will
966 if (obj instanceof ExifTag) {
967 ExifTag tag = (ExifTag) obj;
/frameworks/base/media/java/android/media/
H A DExifInterface.java796 private static class ExifTag { class in class:ExifInterface
802 private ExifTag(String name, int number, int format) { method in class:ExifInterface.ExifTag
809 private ExifTag(String name, int number, int primaryFormat, int secondaryFormat) { method in class:ExifInterface.ExifTag
818 private static final ExifTag[] IFD_TIFF_TAGS = new ExifTag[] {
819 new ExifTag(TAG_IMAGE_WIDTH, 256, IFD_FORMAT_USHORT, IFD_FORMAT_ULONG),
820 new ExifTag(TAG_IMAGE_LENGTH, 257, IFD_FORMAT_USHORT, IFD_FORMAT_ULONG),
821 new ExifTag(TAG_BITS_PER_SAMPLE, 258, IFD_FORMAT_USHORT),
822 new ExifTag(TAG_COMPRESSION, 259, IFD_FORMAT_USHORT),
823 new ExifTag(TAG_PHOTOMETRIC_INTERPRETATIO
[all...]

Completed in 56 milliseconds