Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java3296 ExifAttribute bitsPerSampleAttribute = (ExifAttribute) in getOrfAttributes() local
3299 if (imageLengthAttribute != null && bitsPerSampleAttribute != null) { in getOrfAttributes()
3303 bitsPerSampleAttribute); in getOrfAttributes()
4447 ExifAttribute bitsPerSampleAttribute = in isSupportedDataType() local
4449 if (bitsPerSampleAttribute != null) { in isSupportedDataType()
4450 int[] bitsPerSampleValue = (int[]) bitsPerSampleAttribute.getValue(mExifByteOrder); in isSupportedDataType()