Searched refs:BITS_PER_SAMPLE_RGB (Results 1 – 2 of 2) sorted by relevance
674 private static final int[] BITS_PER_SAMPLE_RGB = new int[] { 8, 8, 8 }; field in ExifInterface4434 if (Arrays.equals(BITS_PER_SAMPLE_RGB, bitsPerSampleValue)) { in isSupportedDataType()4448 && (Arrays.equals(bitsPerSampleValue, BITS_PER_SAMPLE_RGB)))) { in isSupportedDataType()
28648 Landroid/media/ExifInterface;->BITS_PER_SAMPLE_RGB:[I