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

/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
H A DBlurStack.java27 public class BlurStack { class
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();
197 * OpenGL depth is from 0(near) to 255(far). The depth in BlurStack is from
208 * OpenGL depth is from 0(near) to 255(far). The depth in BlurStack i
222 private BlurStack() {} method in class:BlurStack
[all...]

Completed in 353 milliseconds