Home
last modified time | relevance | path

Searched refs:BITS_PER_SAMPLE_RGB (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
DExifInterface.java557 private static final int[] BITS_PER_SAMPLE_RGB = new int[] { 8, 8, 8 }; field in ExifInterface
3567 if (Arrays.equals(BITS_PER_SAMPLE_RGB, bitsPerSampleValue)) { in isSupportedDataType()
3581 && (Arrays.equals(bitsPerSampleValue, BITS_PER_SAMPLE_RGB)))) { in isSupportedDataType()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt35899 Landroid/media/ExifInterface;->BITS_PER_SAMPLE_RGB:[I