Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DBlurStack.java177 float diskRadiusInterval = (blurStack.getDiskRadius(MIN_DEPTH) in createFromDepthTransform() local
179 diskRadiusInterval = in createFromDepthTransform()
180 Math.max(diskRadiusInterval, MIN_DISK_RADIUS_STEP_SIZE); in createFromDepthTransform()
184 diskRadiusInterval); in createFromDepthTransform()
320 int backFocalDepth, float diskRadiusInterval) { in groupDepthLevelsIntoLayers() argument
325 groupDepthLevelsBehindFocus(backFocalDepth, diskRadiusInterval); in groupDepthLevelsIntoLayers()
331 groupDepthLevelsInFrontOfFocus(frontFocalDepth, diskRadiusInterval); in groupDepthLevelsIntoLayers()
369 float diskRadiusInterval) { in groupDepthLevelsBehindFocus() argument
383 float radiusThreshold = getDiskRadius(d) + diskRadiusInterval; in groupDepthLevelsBehindFocus()
399 radiusThreshold = getDiskRadius(d) + diskRadiusInterval; in groupDepthLevelsBehindFocus()
[all …]