Searched refs:bitsPerSampleAttribute (Results 1 – 1 of 1) sorted by relevance
2910 ExifAttribute bitsPerSampleAttribute = (ExifAttribute) in getOrfAttributes() local2913 if (imageLengthAttribute != null && bitsPerSampleAttribute != null) { in getOrfAttributes()2917 bitsPerSampleAttribute); in getOrfAttributes()3562 ExifAttribute bitsPerSampleAttribute = in isSupportedDataType() local3564 if (bitsPerSampleAttribute != null) { in isSupportedDataType()3565 int[] bitsPerSampleValue = (int[]) bitsPerSampleAttribute.getValue(mExifByteOrder); in isSupportedDataType()