Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/bokeh/
DCameraBokehActivity.java502 int[] imgArray = new int[w * h]; in onImageAvailable() local
520 imgArray[j] = Color.rgb(yval, uval, vval); in onImageAvailable()
526 imgBitmap = Bitmap.createBitmap(imgArray, w, h, Bitmap.Config.ARGB_8888); in onImageAvailable()