Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DRGBZ.java44 private Bitmap depthBitmap; field in RGBZ
60 depthBitmap = depthImage.getDepthBitmap(); in RGBZ()
61 bitmap = setAlphaChannel(preview, depthBitmap); in RGBZ()
79 depthBitmap = depthImage.getDepthBitmap(); in RGBZ()
80 bitmap = setAlphaChannel(preview, depthBitmap); in RGBZ()
139 if (x < 0 || x > depthBitmap.getWidth() || in getDepth()
140 y < 0 || y > depthBitmap.getHeight()) { in getDepth()
144 return getDepthTransform().reconstruct(Color.blue(depthBitmap.getPixel(x, y))); in getDepth()
150 public Bitmap setAlphaChannel(Bitmap bitmap, Bitmap depthBitmap) { in setAlphaChannel() argument
156 result = setAlphaChannelFromBitmap(depthBitmap, bitmap, result); in setAlphaChannel()
DDepthImage.java42 Bitmap depthBitmap, double blurAtInfinity, in DepthImage() argument
49 mDepthBitmap = depthBitmap; in DepthImage()