Home
last modified time | relevance | path

Searched refs:photometricInterpretationAttribute (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
DExifInterface.java3265 ExifAttribute photometricInterpretationAttribute = in isSupportedDataType() local
3267 if (photometricInterpretationAttribute != null) { in isSupportedDataType()
3269 = photometricInterpretationAttribute.getIntValue(mExifByteOrder); in isSupportedDataType()
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java5675 ExifAttribute photometricInterpretationAttribute =
5677 if (photometricInterpretationAttribute != null) {
5679 = photometricInterpretationAttribute.getIntValue(mExifByteOrder);