Home | History | Annotate | Download | only in media

Lines Matching defs:secondaryFormat

941         public final int secondaryFormat;
947 this.secondaryFormat = -1;
950 private ExifTag(String name, int number, int primaryFormat, int secondaryFormat) {
954 this.secondaryFormat = secondaryFormat;
1545 } else if (exifTag.secondaryFormat != -1 && (exifTag.secondaryFormat == guess.first
1546 || exifTag.secondaryFormat == guess.second)) {
1547 dataFormat = exifTag.secondaryFormat;
1555 + (exifTag.secondaryFormat == -1 ? "" : ", "
1556 + IFD_FORMAT_NAMES[exifTag.secondaryFormat]) + " (guess: "