Searched refs:depthBitmap (Results 1 – 2 of 2) sorted by relevance
43 private Bitmap depthBitmap; field in RGBZ59 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 …]
42 Bitmap depthBitmap, double blurAtInfinity, in DepthImage() argument49 mDepthBitmap = depthBitmap; in DepthImage()