Searched refs:bitsPerSampleValue (Results 1 – 2 of 2) sorted by relevance
3082 int[] bitsPerSampleValue = (int[]) bitsPerSampleAttribute.getValue(mExifByteOrder); in isSupportedDataType() local3084 if (Arrays.equals(BITS_PER_SAMPLE_RGB, bitsPerSampleValue)) { in isSupportedDataType()3096 && Arrays.equals(bitsPerSampleValue, BITS_PER_SAMPLE_GREYSCALE_2)) in isSupportedDataType()3098 && (Arrays.equals(bitsPerSampleValue, BITS_PER_SAMPLE_RGB)))) { in isSupportedDataType()
3035 int[] bitsPerSampleValue = (int[]) bitsPerSampleAttribute.getValue(mExifByteOrder); in isSupportedDataType() local3037 if (Arrays.equals(BITS_PER_SAMPLE_RGB, bitsPerSampleValue)) { in isSupportedDataType()3049 && Arrays.equals(bitsPerSampleValue, BITS_PER_SAMPLE_GREYSCALE_2)) in isSupportedDataType()3051 && (Arrays.equals(bitsPerSampleValue, BITS_PER_SAMPLE_RGB)))) { in isSupportedDataType()