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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
H A DBitmapUtils.java42 * @param bmap a {@link Bitmap} to generate the histograms for.
46 public static int[] calcHistograms(RenderScript rs, Bitmap bmap) { argument
51 Allocation input = Allocation.createFromBitmap(rs, bmap);

Completed in 128 milliseconds