Home | History | Annotate | Download | only in exif

Lines Matching defs:definedCount

1482         int definedCount = getComponentCountFromInfo(info);
1483 boolean hasDefinedCount = (definedCount != ExifTag.SIZE_UNDEFINED);
1487 ExifTag t = new ExifTag(getTrueTagKey(tagId), type, definedCount, ifdId, hasDefinedCount);
1512 int definedCount = getComponentCountFromInfo(info);
1513 boolean hasDefinedCount = (definedCount != ExifTag.SIZE_UNDEFINED);
1515 ExifTag t = new ExifTag(getTrueTagKey(tagId), type, definedCount, ifdId, hasDefinedCount);