Searched refs:bitsPerSampleAttribute (Results 1 – 2 of 2) sorted by relevance
2488 ExifAttribute bitsPerSampleAttribute = (ExifAttribute) in getOrfAttributes() local2491 if (imageLengthAttribute != null && bitsPerSampleAttribute != null) { in getOrfAttributes()2495 bitsPerSampleAttribute); in getOrfAttributes()3079 ExifAttribute bitsPerSampleAttribute = in isSupportedDataType() local3081 if (bitsPerSampleAttribute != null) { in isSupportedDataType()3082 int[] bitsPerSampleValue = (int[]) bitsPerSampleAttribute.getValue(mExifByteOrder); in isSupportedDataType()
2426 ExifAttribute bitsPerSampleAttribute = (ExifAttribute) in getOrfAttributes() local2429 if (imageLengthAttribute != null && bitsPerSampleAttribute != null) { in getOrfAttributes()2433 bitsPerSampleAttribute); in getOrfAttributes()3032 ExifAttribute bitsPerSampleAttribute = in isSupportedDataType() local3034 if (bitsPerSampleAttribute != null) { in isSupportedDataType()3035 int[] bitsPerSampleValue = (int[]) bitsPerSampleAttribute.getValue(mExifByteOrder); in isSupportedDataType()