Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DRGBZ.java43 private Bitmap depthBitmap; field in RGBZ
59 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()
88 depthBitmap = depthImage.getDepthBitmap(); in RGBZ()
89 bitmap = setAlphaChannel(preview, depthBitmap); in RGBZ()
172 if (x < 0 || x > depthBitmap.getWidth() || in getDepth()
173 y < 0 || y > depthBitmap.getHeight()) { in getDepth()
177 return getDepthTransform().reconstruct(Color.blue(depthBitmap.getPixel(x, y))); in getDepth()
[all …]
DDepthImage.java42 Bitmap depthBitmap, double blurAtInfinity, in DepthImage() argument
49 mDepthBitmap = depthBitmap; in DepthImage()