Searched defs:depthBitmap (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DRGBZ.java43 private Bitmap depthBitmap; field in class:RGBZ
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
183 setAlphaChannel(Bitmap bitmap, Bitmap depthBitmap) argument
[all...]
H A DDepthImage.java42 Bitmap depthBitmap, double blurAtInfinity,
49 mDepthBitmap = depthBitmap;
41 DepthImage(String format, double far, double near, Bitmap depthBitmap, double blurAtInfinity, double focalDistance, double depthOfField, double focalPointX, double focalPointY, DepthTransform depthTransform) argument

Completed in 38 milliseconds