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

/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
H A DRGBZ.java30 private DepthTransform depthTransform; field in class:RGBZ
47 this.depthTransform = depthImage.getDepthTransform();
54 return depthTransform != null;
68 return depthTransform;
H A DBlurStack.java130 * @param depthTransform an object that translates between floating depth and
142 final DepthTransform depthTransform, float focusDepth3D,
151 depthTransform.quantize(focusDepth3D * (1 - depthOfField)));
153 depthTransform.quantize(focusDepth3D * (1 + depthOfField)));
155 blurStack.computeDiskRadius(depthTransform, frontFocalDepth, backFocalDepth,
228 * @param depthTransform an object that translates between floating depth and
235 private void computeDiskRadius(final DepthTransform depthTransform, argument
240 depthTransform.reconstruct(stackDepthToOpenglDepth(frontFocalDepth));
242 depthTransform.reconstruct(stackDepthToOpenglDepth(backFocalDepth));
247 depthTransform
141 createFromDepthTransform( final DepthTransform depthTransform, float focusDepth3D, float depthOfField, float blurInfinity, int numBlendingLayers) argument
[all...]

Completed in 51 milliseconds