Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DLayerInfo.java24 public int frontDepth; field in LayerInfo
28 frontDepth = depth; in LayerInfo()
33 frontDepth = front; in LayerInfo()
DBlurStack.java122 return layerInfo[layer].frontDepth - layerInfo[layer].backDepth + 1; in getNumDepths()
192 s += "focus disparity: " + layerInfo[focusLayer].frontDepth + ", " in toString()
198 int front = layerInfo[n].frontDepth; in toString()
441 layerInfo.get(numLayers - 1).frontDepth = d; in groupDepthLevelsInFrontOfFocus()
DRefocusFilter.java152 int dilationRadius = getKernelRadius(layerInfo.frontDepth, blurStack); in processLayersFromFrontToFocus()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
DImageBuffersForRenderScriptF32.java95 paddedMargin, focalLayer.frontDepth, focalLayer.backDepth); in initializeRenderScript()
DRefocusFilterF32.java126 scriptC.invoke_SetTargetLayer(layerInfo.frontDepth, layerInfo.backDepth); in setTargetLayer()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
DImageBuffersForRenderScriptd1new.java121 paddedMargin, focalLayer.frontDepth, focalLayer.backDepth); in initializeRenderScript()
DRefocusFilterd1new.java124 scriptC.invoke_SetTargetLayer(layerInfo.frontDepth, layerInfo.backDepth); in setTargetLayer()