Searched refs:secondaryFormat (Results 1 - 1 of 1) sorted by path

/frameworks/base/media/java/android/media/
H A DExifInterface.java800 public final int secondaryFormat; field in class:ExifInterface.ExifTag
806 this.secondaryFormat = -1;
809 private ExifTag(String name, int number, int primaryFormat, int secondaryFormat) { argument
813 this.secondaryFormat = secondaryFormat;
1316 } else if (exifTag.secondaryFormat != -1 && (exifTag.secondaryFormat == guess.first
1317 || exifTag.secondaryFormat == guess.second)) {
1318 dataFormat = exifTag.secondaryFormat;
1326 + (exifTag.secondaryFormat
[all...]

Completed in 57 milliseconds