Searched refs:bitsPerSampleAttribute (Results 1 – 1 of 1) sorted by relevance
3296 ExifAttribute bitsPerSampleAttribute = (ExifAttribute) in getOrfAttributes() local3299 if (imageLengthAttribute != null && bitsPerSampleAttribute != null) { in getOrfAttributes()3303 bitsPerSampleAttribute); in getOrfAttributes()4447 ExifAttribute bitsPerSampleAttribute = in isSupportedDataType() local4449 if (bitsPerSampleAttribute != null) { in isSupportedDataType()4450 int[] bitsPerSampleValue = (int[]) bitsPerSampleAttribute.getValue(mExifByteOrder); in isSupportedDataType()