Searched refs:BITS_PER_SAMPLE_GREYSCALE_2 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DExifInterface.java531 private static final int[] BITS_PER_SAMPLE_GREYSCALE_2 = new int[] { 8 }; field in class:ExifInterface
3096 && Arrays.equals(bitsPerSampleValue, BITS_PER_SAMPLE_GREYSCALE_2))
/frameworks/support/exifinterface/src/android/support/media/
H A DExifInterface.java496 private static final int[] BITS_PER_SAMPLE_GREYSCALE_2 = new int[] { 8 }; field in class:ExifInterface
3049 && Arrays.equals(bitsPerSampleValue, BITS_PER_SAMPLE_GREYSCALE_2))

Completed in 72 milliseconds