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