HomeSort by relevance Sort by last modified time
    Searched refs:tagId (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
IfdData.java 78 protected ExifTag getTag(short tagId) {
79 return mExifTags.get(tagId);
90 protected boolean checkCollision(short tagId) {
91 return mExifTags.get(tagId) != null;
97 protected void removeTag(short tagId) {
98 mExifTags.remove(tagId);
ExifInterface.java 347 public static int defineTag(int ifdId, short tagId) {
348 return (tagId & 0x0000ffff) | (ifdId << 16);
    [all...]
ExifData.java 204 protected void removeTag(short tagId, int ifdId) {
209 ifdData.removeTag(tagId);
ExifParser.java 534 short tagId = mTiffStream.readShort();
543 Log.w(TAG, String.format("Tag %04x: Invalid data type %d", tagId, dataFormat));
548 ExifTag tag = new ExifTag(tagId, dataFormat, (int) numOfComp, mIfdType,
637 private boolean checkAllowed(int ifd, int tagId) {
638 int info = mInterface.getTagInfo().get(tagId);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
IfdData.java 78 protected ExifTag getTag(short tagId) {
79 return mExifTags.get(tagId);
90 protected boolean checkCollision(short tagId) {
91 return mExifTags.get(tagId) != null;
97 protected void removeTag(short tagId) {
98 mExifTags.remove(tagId);
ExifInterface.java 347 public static int defineTag(int ifdId, short tagId) {
348 return (tagId & 0x0000ffff) | (ifdId << 16);
    [all...]
ExifData.java 204 protected void removeTag(short tagId, int ifdId) {
209 ifdData.removeTag(tagId);
ExifParser.java 534 short tagId = mTiffStream.readShort();
543 Log.w(TAG, String.format("Tag %04x: Invalid data type %d", tagId, dataFormat));
548 ExifTag tag = new ExifTag(tagId, dataFormat, (int) numOfComp, mIfdType,
637 private boolean checkAllowed(int ifd, int tagId) {
638 int info = mInterface.getTagInfo().get(tagId);
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
IfdData.java 78 protected ExifTag getTag(short tagId) {
79 return mExifTags.get(tagId);
90 protected boolean checkCollision(short tagId) {
91 return mExifTags.get(tagId) != null;
97 protected void removeTag(short tagId) {
98 mExifTags.remove(tagId);
ExifInterface.java 347 public static int defineTag(int ifdId, short tagId) {
348 return (tagId & 0x0000ffff) | (ifdId << 16);
    [all...]
ExifData.java 204 protected void removeTag(short tagId, int ifdId) {
209 ifdData.removeTag(tagId);
ExifParser.java 534 short tagId = mTiffStream.readShort();
543 Log.w(TAG, String.format("Tag %04x: Invalid data type %d", tagId, dataFormat));
548 ExifTag tag = new ExifTag(tagId, dataFormat, (int) numOfComp, mIfdType,
637 private boolean checkAllowed(int ifd, int tagId) {
638 int info = mInterface.getTagInfo().get(tagId);
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
IfdData.java 78 protected ExifTag getTag(short tagId) {
79 return mExifTags.get(tagId);
90 protected boolean checkCollision(short tagId) {
91 return mExifTags.get(tagId) != null;
97 protected void removeTag(short tagId) {
98 mExifTags.remove(tagId);
ExifInterface.java 347 public static int defineTag(int ifdId, short tagId) {
348 return (tagId & 0x0000ffff) | (ifdId << 16);
    [all...]
ExifData.java 204 protected void removeTag(short tagId, int ifdId) {
209 ifdData.removeTag(tagId);
ExifParser.java 534 short tagId = mTiffStream.readShort();
543 Log.w(TAG, String.format("Tag %04x: Invalid data type %d", tagId, dataFormat));
548 ExifTag tag = new ExifTag(tagId, dataFormat, (int) numOfComp, mIfdType,
637 private boolean checkAllowed(int ifd, int tagId) {
638 int info = mInterface.getTagInfo().get(tagId);
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
IfdData.java 78 protected ExifTag getTag(short tagId) {
79 return mExifTags.get(tagId);
90 protected boolean checkCollision(short tagId) {
91 return mExifTags.get(tagId) != null;
97 protected void removeTag(short tagId) {
98 mExifTags.remove(tagId);
ExifInterface.java 347 public static int defineTag(int ifdId, short tagId) {
348 return (tagId & 0x0000ffff) | (ifdId << 16);
    [all...]
ExifData.java 204 protected void removeTag(short tagId, int ifdId) {
209 ifdData.removeTag(tagId);
ExifParser.java 534 short tagId = mTiffStream.readShort();
543 Log.w(TAG, String.format("Tag %04x: Invalid data type %d", tagId, dataFormat));
548 ExifTag tag = new ExifTag(tagId, dataFormat, (int) numOfComp, mIfdType,
637 private boolean checkAllowed(int ifd, int tagId) {
638 int info = mInterface.getTagInfo().get(tagId);
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNotificationManager.java 43 Integer tagId = idForTag.remove(tag);
47 notifications.remove(tagId);
  /external/svox/pico/lib/
picotok.c 275 static MarkupId tok_markupTagId (picoos_uchar tagId[]);
597 static MarkupId tok_markupTagId (picoos_uchar tagId[])
599 if (picoos_strstr(tagId,(picoos_char *)"svox:") == (picoos_char *)tagId) {
600 tagId+=5;
602 if (tok_strEqual(tagId, TOK_MARKUP_KW_IGNORE)) {
604 } else if (tok_strEqual(tagId, TOK_MARKUP_KW_SPEED)) {
606 } else if (tok_strEqual(tagId, TOK_MARKUP_KW_PITCH)) {
608 } else if (tok_strEqual(tagId, TOK_MARKUP_KW_VOLUME)) {
610 } else if (tok_strEqual(tagId, TOK_MARKUP_KW_SPEAKER))
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
InfoPanel.java 52 short tagId = exifTag.getTagId();
53 if (tagId == ExifInterface.getTrueTagKey(tag)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java 162 int tagId, tagLength;
166 tagId = appParams[i++] & 0xff; // Convert to unsigned to support values above 127
168 switch (tagId) {
350 Log.w(TAG, "Unknown TagId received ( 0x" + Integer.toString(tagId, 16)
354 i += tagLength; // Offset to next TagId
368 length += 25 * 2; // tagId + tagLength
    [all...]
  /external/srec/tools/grxmlcompile/
sub_base.cpp 101 NUANArc *SubGraph::InheritReverseArcWithTag (NUANArc *arcBase, int id, int tagId)
106 arc_one->AssignOutput (tagId);

Completed in 648 milliseconds

1 2