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

1 2 3 4

  /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 350 public static int defineTag(int ifdId, short tagId) {
351 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);
  /packages/apps/Messaging/src/com/android/messaging/util/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 205 protected void removeTag(short tagId, int ifdId) {
210 ifdData.removeTag(tagId);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNotificationManager.java 43 Integer tagId = idForTag.remove(tag);
47 notifications.remove(tagId);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcSwitchAsyncChannel.java 33 private int tagId = 0;
107 tagId = id;
183 Rlog.d(LOG_TAG, "[DcSwitchAsyncChannel-" + tagId + "]: " + s);
  /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/Nfc/src/com/android/nfc/
NfcDispatcher.java 353 byte[] tagId = nfcBarcode.getTag().getId();
355 if (tagId.length >= 4
356 && (tagId[1] == URI_PREFIX_HTTP_WWW || tagId[1] == URI_PREFIX_HTTPS_WWW
357 || tagId[1] == URI_PREFIX_HTTP || tagId[1] == URI_PREFIX_HTTPS)) {
361 // of the NfcBarcode tagId.
363 for (; end < tagId.length - 2; end++) {
364 if (tagId[end] == (byte) 0xfe) {
369 System.arraycopy(tagId, 1, payload, 0, payload.length)
    [all...]
  /frameworks/base/tools/aapt2/
BindingXmlPullParser.h 71 int32_t tagId;
  /packages/apps/Camera2/src/com/android/camera/util/
ExifUtil.java 182 private void addExifTag(int tagId, Object val) {
184 mExif.setTag(mExif.buildTag(tagId, val));
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
InfoPanel.java 52 short tagId = exifTag.getTagId();
53 if (tagId == ExifInterface.getTrueTagKey(tag)) {

Completed in 3121 milliseconds

1 2 3 4