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.java529 private static final int[] BITS_PER_SAMPLE_RGB = new int[] { 8, 8, 8 }; field in ExifInterface
3084 if (Arrays.equals(BITS_PER_SAMPLE_RGB, bitsPerSampleValue)) { in isSupportedDataType()
3098 && (Arrays.equals(bitsPerSampleValue, BITS_PER_SAMPLE_RGB)))) { in isSupportedDataType()
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java494 private static final int[] BITS_PER_SAMPLE_RGB = new int[] { 8, 8, 8 }; field in ExifInterface
3037 if (Arrays.equals(BITS_PER_SAMPLE_RGB, bitsPerSampleValue)) { in isSupportedDataType()
3051 && (Arrays.equals(bitsPerSampleValue, BITS_PER_SAMPLE_RGB)))) { in isSupportedDataType()