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