Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java2910 ExifAttribute bitsPerSampleAttribute = (ExifAttribute) in getOrfAttributes() local
2913 if (imageLengthAttribute != null && bitsPerSampleAttribute != null) { in getOrfAttributes()
2917 bitsPerSampleAttribute); in getOrfAttributes()
3562 ExifAttribute bitsPerSampleAttribute = in isSupportedDataType() local
3564 if (bitsPerSampleAttribute != null) { in isSupportedDataType()
3565 int[] bitsPerSampleValue = (int[]) bitsPerSampleAttribute.getValue(mExifByteOrder); in isSupportedDataType()