Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DBitmapUtils.java30 private static final int COLOR_BIT_DEPTH = 256; field in BitmapUtils
43 Allocation sums = Allocation.createSized(rs, Element.I32_4(rs), COLOR_BIT_DEPTH); in calcHistograms()
50 int[] output = new int[COLOR_BIT_DEPTH * NUM_CHANNELS]; in calcHistograms()