Searched refs:rgbz (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
H A DDepthOfFieldOptions.java9 public final RGBZ rgbz; field in class:DepthOfFieldOptions
21 * @param rgbz the {@code RGBZ} to render
23 public DepthOfFieldOptions(RGBZ rgbz) { argument
24 this.focalDepth = (float)rgbz.getFocusDepth();
25 this.depthOfField = (float)rgbz.getDepthOfField();
26 this.blurInfinity = (float)rgbz.getBlurInfinity() * Math.max(rgbz.getHeight(), rgbz.getWidth());
27 this.rgbz = rgbz;
[all...]
H A DRenderScriptTask.java120 options.rgbz.getDepthTransform(), options.focalDepth,
123 rgbdImage = options.rgbz.getBitmap();

Completed in 927 milliseconds