Searched refs:exifTag (Results 1 – 1 of 1) sorted by relevance
1310 final ExifTag exifTag = (ExifTag) obj; in setAttribute() local1313 if (exifTag.primaryFormat == guess.first || exifTag.primaryFormat == guess.second) { in setAttribute()1314 dataFormat = exifTag.primaryFormat; in setAttribute()1315 } else if (exifTag.secondaryFormat != -1 && (exifTag.secondaryFormat == guess.first in setAttribute()1316 || exifTag.secondaryFormat == guess.second)) { in setAttribute()1317 dataFormat = exifTag.secondaryFormat; in setAttribute()1318 } else if (exifTag.primaryFormat == IFD_FORMAT_BYTE in setAttribute()1319 || exifTag.primaryFormat == IFD_FORMAT_UNDEFINED in setAttribute()1320 || exifTag.primaryFormat == IFD_FORMAT_STRING) { in setAttribute()1321 dataFormat = exifTag.primaryFormat; in setAttribute()[all …]