Searched refs:exifTag (Results 1 – 1 of 1) sorted by relevance
1599 final ExifTag exifTag = (ExifTag) obj; in setAttribute() local1602 if (exifTag.primaryFormat == guess.first || exifTag.primaryFormat == guess.second) { in setAttribute()1603 dataFormat = exifTag.primaryFormat; in setAttribute()1604 } else if (exifTag.secondaryFormat != -1 && (exifTag.secondaryFormat == guess.first in setAttribute()1605 || exifTag.secondaryFormat == guess.second)) { in setAttribute()1606 dataFormat = exifTag.secondaryFormat; in setAttribute()1607 } else if (exifTag.primaryFormat == IFD_FORMAT_BYTE in setAttribute()1608 || exifTag.primaryFormat == IFD_FORMAT_UNDEFINED in setAttribute()1609 || exifTag.primaryFormat == IFD_FORMAT_STRING) { in setAttribute()1610 dataFormat = exifTag.primaryFormat; in setAttribute()[all …]