Home | History | Annotate | Download | only in exif

Lines Matching refs:tagType

1626      * @param tagType the type of the tag (see {@link ExifTag#getDataType()}).
1633 public int setTagDefinition(short tagId, int defaultIfd, short tagType,
1638 if (ExifTag.isValidType(tagType) && ExifTag.isValidIfd(defaultIfd)) {
1670 getTagInfo().put(tagDef, ifdFlags << 24 | (tagType << 16) | defaultComponentCount);