Home
last modified time | relevance | path

Searched refs:frontFocalDepth (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DBlurStack.java165 int frontFocalDepth = openglDepthToStackDepth( in createFromDepthTransform() local
170 blurStack.computeDiskRadius(depthTransform, frontFocalDepth, backFocalDepth, in createFromDepthTransform()
174 blurStack.generateOneLayerForEachDepth(frontFocalDepth, backFocalDepth); in createFromDepthTransform()
183 blurStack.groupDepthLevelsIntoLayers(frontFocalDepth, backFocalDepth, in createFromDepthTransform()
251 int frontFocalDepth, int backFocalDepth, float blurInfinity) { in computeDiskRadius() argument
255 depthTransform.reconstruct(stackDepthToOpenglDepth(frontFocalDepth)); in computeDiskRadius()
283 private void generateOneLayerForEachDepth(int frontFocalDepth, in generateOneLayerForEachDepth() argument
286 MAX_DEPTH - MIN_DEPTH + 1 - (frontFocalDepth - backFocalDepth); in generateOneLayerForEachDepth()
291 for (int depth = MAX_DEPTH; depth > frontFocalDepth; --depth, ++layer) { in generateOneLayerForEachDepth()
297 layerInfo[layer] = new LayerInfo(frontFocalDepth, backFocalDepth); in generateOneLayerForEachDepth()
[all …]