Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DExifInterface.java679 private static final int[] BITS_PER_SAMPLE_RGB = new int[] { 8, 8, 8 }; field in ExifInterface
4452 if (Arrays.equals(BITS_PER_SAMPLE_RGB, bitsPerSampleValue)) { in isSupportedDataType()
4466 && (Arrays.equals(bitsPerSampleValue, BITS_PER_SAMPLE_RGB)))) { in isSupportedDataType()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt25770 Landroid/media/ExifInterface;->BITS_PER_SAMPLE_RGB:[I