Searched defs:ORF_SIGNATURE_1 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DExifInterface.java446 private static final short ORF_SIGNATURE_1 = 0x4f52; field in class:ExifInterface
2167 if (orfSignature == ORF_SIGNATURE_1 || orfSignature == ORF_SIGNATURE_2) {
/frameworks/support/exifinterface/src/android/support/media/
H A DExifInterface.java411 private static final short ORF_SIGNATURE_1 = 0x4f52; field in class:ExifInterface
2110 return orfSignature == ORF_SIGNATURE_1 || orfSignature == ORF_SIGNATURE_2;

Completed in 290 milliseconds