Searched refs:BlurStack (Results 1 – 9 of 9) sorted by relevance
69 protected Bitmap compute(Bitmap inputImage, BlurStack blurStack) { in compute()99 protected boolean processLayersFromBackToFocus(BlurStack blurStack) { in processLayersFromBackToFocus()139 protected boolean processLayersFromFrontToFocus(BlurStack blurStack) { in processLayersFromFrontToFocus()179 private static int getKernelRadius(int depth, BlurStack blurStack) { in getKernelRadius()216 protected abstract void setKernelData(int targetLayer, BlurStack blurStack); in setKernelData()
42 public class BlurStack { class156 public static BlurStack createFromDepthTransform( in createFromDepthTransform()159 BlurStack blurStack = new BlurStack(); in createFromDepthTransform()237 private BlurStack() {} in BlurStack() method in BlurStack
62 public BlurStack blurStack;134 blurStack = BlurStack.createFromDepthTransform( in prepareRefocusFilter()
7 // g_kMaxDepthValue must be the same as BlurStack::MAX_DEPTH.59 // BlurStack::MaxDiscRadius).
89 // (1 << g_kDepthScaleShift) must be the same as BlurStack::DEPTH_SCALE.91 // g_kMaxDepth must be the same as BlurStack::MAX_DETPH.
81 // (1 << g_kDepthScaleShift) must be the same as BlurStack::DEPTH_SCALE.83 // g_kMaxDepth must be the same as BlurStack::MAX_DETPH.
22 import android.renderscript.cts.refocus.BlurStack;54 public KernelDataForRenderScriptF32(int targetLayer, BlurStack blurStack, in KernelDataForRenderScriptF32()61 minDiskRadius = BlurStack.getMaxDiskRadius(); in KernelDataForRenderScriptF32()
27 import android.renderscript.cts.refocus.BlurStack;135 protected void setKernelData(int targetLayer, BlurStack blurStack) { in setKernelData()
24 import android.renderscript.cts.refocus.BlurStack;133 protected void setKernelData(int targetLayer, BlurStack blurStack) { in setKernelData()