Searched refs:secondaryFormat (Results 1 – 2 of 2) sorted by relevance
3300 public final int secondaryFormat; field in ExifInterface.ExifTag3306 this.secondaryFormat = -1; in ExifTag()3309 private ExifTag(String name, int number, int primaryFormat, int secondaryFormat) { in ExifTag() argument3313 this.secondaryFormat = secondaryFormat; in ExifTag()3319 } else if (primaryFormat == format || secondaryFormat == format) { in isFormatCompatible()3321 } else if ((primaryFormat == IFD_FORMAT_ULONG || secondaryFormat == IFD_FORMAT_ULONG) in isFormatCompatible()3324 } else if ((primaryFormat == IFD_FORMAT_SLONG || secondaryFormat == IFD_FORMAT_SLONG) in isFormatCompatible()3327 } else if ((primaryFormat == IFD_FORMAT_DOUBLE || secondaryFormat == IFD_FORMAT_DOUBLE) in isFormatCompatible()3896 } else if (exifTag.secondaryFormat != -1 && (exifTag.secondaryFormat == guess.first in setAttribute()3897 || exifTag.secondaryFormat == guess.second)) { in setAttribute()[all …]
941 public final int secondaryFormat; field in ExifInterface.ExifTag947 this.secondaryFormat = -1; in ExifTag()950 private ExifTag(String name, int number, int primaryFormat, int secondaryFormat) { in ExifTag() argument954 this.secondaryFormat = secondaryFormat; in ExifTag()1545 } else if (exifTag.secondaryFormat != -1 && (exifTag.secondaryFormat == guess.first in setAttribute()1546 || exifTag.secondaryFormat == guess.second)) { in setAttribute()1547 dataFormat = exifTag.secondaryFormat; in setAttribute()1555 + (exifTag.secondaryFormat == -1 ? "" : ", " in setAttribute()1556 + IFD_FORMAT_NAMES[exifTag.secondaryFormat]) + " (guess: " in setAttribute()