Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java3090 ExifAttribute photometricInterpretationAttribute = in isSupportedDataType() local
3092 if (photometricInterpretationAttribute != null) { in isSupportedDataType()
3094 = photometricInterpretationAttribute.getIntValue(mExifByteOrder); in isSupportedDataType()
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java3043 ExifAttribute photometricInterpretationAttribute = in isSupportedDataType() local
3045 if (photometricInterpretationAttribute != null) { in isSupportedDataType()
3047 = photometricInterpretationAttribute.getIntValue(mExifByteOrder); in isSupportedDataType()