Searched refs:depthBitmap (Results 1 – 2 of 2) sorted by relevance
44 private Bitmap depthBitmap; field in RGBZ60 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() argument156 result = setAlphaChannelFromBitmap(depthBitmap, bitmap, result); in setAlphaChannel()
42 Bitmap depthBitmap, double blurAtInfinity, in DepthImage() argument49 mDepthBitmap = depthBitmap; in DepthImage()