Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java3093 int photometricInterpretationValue in isSupportedDataType() local
3095 if ((photometricInterpretationValue == PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO in isSupportedDataType()
3097 || ((photometricInterpretationValue == PHOTOMETRIC_INTERPRETATION_YCBCR) in isSupportedDataType()
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java3046 int photometricInterpretationValue in isSupportedDataType() local
3048 if ((photometricInterpretationValue == PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO in isSupportedDataType()
3050 || ((photometricInterpretationValue == PHOTOMETRIC_INTERPRETATION_YCBCR) in isSupportedDataType()