Searched refs:exifTag (Results 1 – 1 of 1) sorted by relevance
1825 final ExifTag exifTag = (ExifTag) obj; in setAttribute() local1828 if (exifTag.primaryFormat == guess.first || exifTag.primaryFormat == guess.second) { in setAttribute()1829 dataFormat = exifTag.primaryFormat; in setAttribute()1830 } else if (exifTag.secondaryFormat != -1 && (exifTag.secondaryFormat == guess.first in setAttribute()1831 || exifTag.secondaryFormat == guess.second)) { in setAttribute()1832 dataFormat = exifTag.secondaryFormat; in setAttribute()1833 } else if (exifTag.primaryFormat == IFD_FORMAT_BYTE in setAttribute()1834 || exifTag.primaryFormat == IFD_FORMAT_UNDEFINED in setAttribute()1835 || exifTag.primaryFormat == IFD_FORMAT_STRING) { in setAttribute()1836 dataFormat = exifTag.primaryFormat; in setAttribute()[all …]