Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java2903 ExifAttribute bitsPerSampleAttribute = (ExifAttribute) in getOrfAttributes() local
2906 if (imageLengthAttribute != null && bitsPerSampleAttribute != null) { in getOrfAttributes()
2910 bitsPerSampleAttribute); in getOrfAttributes()
3543 ExifAttribute bitsPerSampleAttribute = in isSupportedDataType() local
3545 if (bitsPerSampleAttribute != null) { in isSupportedDataType()
3546 int[] bitsPerSampleValue = (int[]) bitsPerSampleAttribute.getValue(mExifByteOrder); in isSupportedDataType()