Searched defs:BITS_PER_SAMPLE_RGB (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DExifInterface.java529 private static final int[] BITS_PER_SAMPLE_RGB = new int[] { 8, 8, 8 }; field in class:ExifInterface
3084 if (Arrays.equals(BITS_PER_SAMPLE_RGB, bitsPerSampleValue)) {
3098 && (Arrays.equals(bitsPerSampleValue, BITS_PER_SAMPLE_RGB)))) {
/frameworks/support/exifinterface/src/android/support/media/
H A DExifInterface.java494 private static final int[] BITS_PER_SAMPLE_RGB = new int[] { 8, 8, 8 }; field in class:ExifInterface
3037 if (Arrays.equals(BITS_PER_SAMPLE_RGB, bitsPerSampleValue)) {
3051 && (Arrays.equals(bitsPerSampleValue, BITS_PER_SAMPLE_RGB)))) {

Completed in 130 milliseconds