Searched refs:bitsPerSampleValue (Results 1 – 1 of 1) sorted by relevance
3546 int[] bitsPerSampleValue = (int[]) bitsPerSampleAttribute.getValue(mExifByteOrder); in isSupportedDataType() local3548 if (Arrays.equals(BITS_PER_SAMPLE_RGB, bitsPerSampleValue)) { in isSupportedDataType()3560 && Arrays.equals(bitsPerSampleValue, BITS_PER_SAMPLE_GREYSCALE_2)) in isSupportedDataType()3562 && (Arrays.equals(bitsPerSampleValue, BITS_PER_SAMPLE_RGB)))) { in isSupportedDataType()