Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DBlurStack.java162 float diskRadiusInterval = (blurStack.getDiskRadius(MIN_DEPTH) in createFromDepthTransform() local
164 diskRadiusInterval = in createFromDepthTransform()
165 Math.max(diskRadiusInterval, MIN_DISK_RADIUS_STEP_SIZE); in createFromDepthTransform()
169 diskRadiusInterval); in createFromDepthTransform()
305 int backFocalDepth, float diskRadiusInterval) { in groupDepthLevelsIntoLayers() argument
310 groupDepthLevelsBehindFocus(backFocalDepth, diskRadiusInterval); in groupDepthLevelsIntoLayers()
316 groupDepthLevelsInFrontOfFocus(frontFocalDepth, diskRadiusInterval); in groupDepthLevelsIntoLayers()
354 float diskRadiusInterval) { in groupDepthLevelsBehindFocus() argument
368 float radiusThreshold = getDiskRadius(d) + diskRadiusInterval; in groupDepthLevelsBehindFocus()
384 radiusThreshold = getDiskRadius(d) + diskRadiusInterval; in groupDepthLevelsBehindFocus()
[all …]