Searched refs:oldTag (Results 1 – 5 of 5) sorted by relevance
112 ExifTag oldTag = parser.getTag(); in commit() local113 ExifTag newTag = currIfd.getTag(oldTag.getTagId()); in commit()115 if (newTag.getComponentCount() != oldTag.getComponentCount() in commit()116 || newTag.getDataType() != oldTag.getDataType()) { in commit()119 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset())); in commit()120 currIfd.removeTag(oldTag.getTagId()); in commit()
110 ExifTag oldTag = parser.getTag(); in commit() local111 ExifTag newTag = currIfd.getTag(oldTag.getTagId()); in commit()113 if (newTag.getComponentCount() != oldTag.getComponentCount() in commit()114 || newTag.getDataType() != oldTag.getDataType()) { in commit()117 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset())); in commit()118 currIfd.removeTag(oldTag.getTagId()); in commit()
111 ExifTag oldTag = parser.getTag(); in commit() local112 ExifTag newTag = currIfd.getTag(oldTag.getTagId()); in commit()114 if (newTag.getComponentCount() != oldTag.getComponentCount() in commit()115 || newTag.getDataType() != oldTag.getDataType()) { in commit()118 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset())); in commit()119 currIfd.removeTag(oldTag.getTagId()); in commit()
705 int oldTag = mTag; in resetTag() local707 return oldTag; in resetTag()