HomeSort by relevance Sort by last modified time
    Searched defs:depthBitmap (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
RGBZ.java 44 private Bitmap depthBitmap;
60 depthBitmap = depthImage.getDepthBitmap();
61 bitmap = setAlphaChannel(preview, depthBitmap);
79 depthBitmap = depthImage.getDepthBitmap();
80 bitmap = setAlphaChannel(preview, depthBitmap);
139 if (x < 0 || x > depthBitmap.getWidth() ||
140 y < 0 || y > depthBitmap.getHeight()) {
144 return getDepthTransform().reconstruct(Color.blue(depthBitmap.getPixel(x, y)));
150 public Bitmap setAlphaChannel(Bitmap bitmap, Bitmap depthBitmap) {
155 // set the alpha channel of depthBitmap to alpha of bitma
    [all...]
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
RGBZ.java 43 private Bitmap depthBitmap;
59 depthBitmap = depthImage.getDepthBitmap();
60 //MediaStoreSaver.savePNG(depthBitmap, "depthmap", "depthmap", context);
61 bitmap = setAlphaChannel(preview, depthBitmap);
79 depthBitmap = depthImage.getDepthBitmap();
80 bitmap = setAlphaChannel(preview, depthBitmap);
88 depthBitmap = depthImage.getDepthBitmap();
89 bitmap = setAlphaChannel(preview, depthBitmap);
172 if (x < 0 || x > depthBitmap.getWidth() ||
173 y < 0 || y > depthBitmap.getHeight())
    [all...]

Completed in 319 milliseconds