HomeSort by relevance Sort by last modified time
    Searched defs:ExifInterface (Results 1 - 18 of 18) sorted by null

  /packages/apps/Gallery2/tests/src/com/android/gallery3d/exif/
ExifReaderTest.java 27 private ExifInterface mInterface;
38 mInterface = new ExifInterface();
43 mInterface = new ExifInterface();
62 List<String> typeTagValue = ifd1Truth.get(ExifInterface.TAG_COMPRESSION);
72 int type = (int) ifd1.getTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_COMPRESSION))
75 if (String.valueOf(ExifInterface.Compression.JPEG).equals(typeTagTruth)) {
76 assertTrue(getImageTitle(), type == ExifInterface.Compression.JPEG);
81 } else if (String.valueOf(ExifInterface.Compression.UNCOMPRESSION).equals(typeTagTruth)) {
82 assertTrue(getImageTitle(), type == ExifInterface.Compression.UNCOMPRESSION)
    [all...]
ExifParserTest.java 28 private ExifInterface mInterface;
32 mInterface = new ExifInterface();
37 mInterface = new ExifInterface();
159 if (mGroundTruth.get(IfdId.TYPE_IFD_0).get(ExifInterface.TAG_MODEL) == null) {
175 if (tag.getTagId() == ExifInterface.TAG_MODEL) {
187 assertEquals(getImageTitle(), ExifInterface.TAG_MODEL, tag.getTagId());
212 if (tag.getTagId() == ExifInterface.TAG_COMPRESSION) {
213 if (tag.getValueAt(0) == ExifInterface.Compression.JPEG) {
ExifInterfaceTest.java 41 private ExifInterface mInterface;
73 int tag = ExifInterface.defineTag(1, (short) 0x0100);
77 int[] allowed = ExifInterface.getAllowedIfdsFromInfo(mInterface.getTagInfo().get(
78 ExifInterface.TAG_IMAGE_WIDTH));
164 tags.add(mInterface.buildTag(ExifInterface.TAG_ORIENTATION,
165 ExifInterface.Orientation.RIGHT_TOP));
166 tags.add(mInterface.buildTag(ExifInterface.TAG_USER_COMMENT, "goooooooooooooooooogle"));
180 if (tid != ExifInterface.getTrueTagKey(ExifInterface.TAG_ORIENTATION)
181 && tid != ExifInterface.getTrueTagKey(ExifInterface.TAG_USER_COMMENT))
    [all...]
  /frameworks/base/media/java/android/media/
ExifInterface.java 30 public class ExifInterface {
119 public ExifInterface(String filename) throws IOException {
299 String latValue = mAttributes.get(ExifInterface.TAG_GPS_LATITUDE);
300 String latRef = mAttributes.get(ExifInterface.TAG_GPS_LATITUDE_REF);
301 String lngValue = mAttributes.get(ExifInterface.TAG_GPS_LONGITUDE);
302 String lngRef = mAttributes.get(ExifInterface.TAG_GPS_LONGITUDE_REF);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifOutputStream.java 83 private final ExifInterface mInterface;
85 protected ExifOutputStream(OutputStream ou, ExifInterface iRef) {
246 if (t.getValue() == null && !ExifInterface.isOffsetTag(t.getTagId())) {
328 ExifTag exifOffsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_EXIF_IFD);
331 + ExifInterface.TAG_EXIF_IFD);
345 ExifTag gpsOffsetTag = mInterface.buildUninitializedTag(ExifInterface.TAG_GPS_IFD);
348 + ExifInterface.TAG_GPS_IFD);
357 .buildUninitializedTag(ExifInterface.TAG_INTEROPERABILITY_IFD);
360 + ExifInterface.TAG_INTEROPERABILITY_IFD);
376 .buildUninitializedTag(ExifInterface.TAG_JPEG_INTERCHANGE_FORMAT)
    [all...]
ExifInterface.java 64 public class ExifInterface {
713 public ExifInterface() {
718 * Reads the exif tags from a byte array, clearing this ExifInterface
729 * Reads the exif tags from an InputStream, clearing this ExifInterface
749 * Reads the exif tags from a file, clearing this ExifInterface object's
772 * Sets the exif tags, clearing this ExifInterface object's existing exif
783 * Clears this ExifInterface object's existing exif tags.
790 * Writes the tags from this ExifInterface object into a jpeg image,
808 * Writes the tags from this ExifInterface object into a jpeg compressed
826 * Writes the tags from this ExifInterface object into a jpeg stream
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 514 milliseconds