/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifTag.java | 31 public class ExifTag { 127 ExifTag(short tagId, short type, int componentCount, int ifd, 218 * Returns true if this ExifTag contains value; otherwise, this tag will [all...] |
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifTag.java | 31 public class ExifTag { 127 ExifTag(short tagId, short type, int componentCount, int ifd, 218 * Returns true if this ExifTag contains value; otherwise, this tag will [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifTag.java | 31 public class ExifTag { 127 ExifTag(short tagId, short type, int componentCount, int ifd, 218 * Returns true if this ExifTag contains value; otherwise, this tag will [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ExifTag.java | 31 public class ExifTag { 127 ExifTag(short tagId, short type, int componentCount, int ifd, 218 * Returns true if this ExifTag contains value; otherwise, this tag will [all...] |
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
ExifTag.java | 31 public class ExifTag { 127 ExifTag(short tagId, short type, int componentCount, int ifd, 218 * Returns true if this ExifTag contains value; otherwise, this tag will [all...] |
/external/libexif/libexif/ |
exif-tag.h | 152 } ExifTag; 209 ExifTag exif_tag_from_name (const char *name); 219 const char *exif_tag_get_name_in_ifd (ExifTag tag, ExifIfd ifd); 228 const char *exif_tag_get_title_in_ifd (ExifTag tag, ExifIfd ifd); 237 const char *exif_tag_get_description_in_ifd (ExifTag tag, ExifIfd ifd); 251 ExifSupportLevel exif_tag_get_support_level_in_ifd (ExifTag tag, ExifIfd ifd, 257 const char *exif_tag_get_name (ExifTag tag); 260 const char *exif_tag_get_title (ExifTag tag); 263 const char *exif_tag_get_description (ExifTag tag); 269 ExifTag exif_tag_table_get_tag (unsigned int n) [all...] |
/frameworks/base/media/java/android/media/ |
ExifInterface.java | [all...] |