Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java2488 ExifAttribute bitsPerSampleAttribute = (ExifAttribute) in getOrfAttributes() local
2491 if (imageLengthAttribute != null && bitsPerSampleAttribute != null) { in getOrfAttributes()
2495 bitsPerSampleAttribute); in getOrfAttributes()
3079 ExifAttribute bitsPerSampleAttribute = in isSupportedDataType() local
3081 if (bitsPerSampleAttribute != null) { in isSupportedDataType()
3082 int[] bitsPerSampleValue = (int[]) bitsPerSampleAttribute.getValue(mExifByteOrder); in isSupportedDataType()
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java2426 ExifAttribute bitsPerSampleAttribute = (ExifAttribute) in getOrfAttributes() local
2429 if (imageLengthAttribute != null && bitsPerSampleAttribute != null) { in getOrfAttributes()
2433 bitsPerSampleAttribute); in getOrfAttributes()
3032 ExifAttribute bitsPerSampleAttribute = in isSupportedDataType() local
3034 if (bitsPerSampleAttribute != null) { in isSupportedDataType()
3035 int[] bitsPerSampleValue = (int[]) bitsPerSampleAttribute.getValue(mExifByteOrder); in isSupportedDataType()