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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
BlurStack.java 42 public class BlurStack {
43 //private static final Log.Tag TAG = new Log.Tag("BlurStack");
44 private static final String TAG = "BlurStack";
142 * Creates an instance of BlurStack using depth range, focal depth, desired
154 * @return an instance of {@code BlurStack}
156 public static BlurStack createFromDepthTransform(
159 BlurStack blurStack = new BlurStack();
170 blurStack.computeDiskRadius(depthTransform, frontFocalDepth, backFocalDepth
    [all...]
RenderScriptTask.java 62 public BlurStack blurStack;
67 * {@code BlurStack.MAX_DEPTH}. 0 is reserved for padding pixels.
99 // Generates {@code rgbdImage} and {@code blurStack}.
107 rfFilterF32.compute(rgbdImage, blurStack);
113 rfFilterd1new.compute(rgbdImage, blurStack);
127 * A function that computes {@code rgbdImage} and {@code blurStack} from an
134 blurStack = BlurStack.createFromDepthTransform(
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
BlurStack.java 27 public class BlurStack {
28 //private static final Log.Tag TAG = new Log.Tag("BlurStack");
29 private static final String TAG = "BlurStack";
127 * Creates an instance of BlurStack using depth range, focal depth, desired
139 * @return an instance of {@code BlurStack}
141 public static BlurStack createFromDepthTransform(
144 BlurStack blurStack = new BlurStack();
155 blurStack.computeDiskRadius(depthTransform, frontFocalDepth, backFocalDepth
    [all...]
RenderScriptTask.java 50 public BlurStack blurStack;
55 * {@code BlurStack.MAX_DEPTH}. 0 is reserved for padding pixels.
87 // Generates {@code rgbdImage} and {@code blurStack}.
104 Bitmap outputImage = filter.compute(rgbdImage, blurStack);
114 * A function that computes {@code rgbdImage} and {@code blurStack} from an
121 blurStack = BlurStack.createFromDepthTransform(

Completed in 118 milliseconds