Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DDepthOfFieldOptions.java10 public float focalDepth; field in DepthOfFieldOptions
24 this.focalDepth = (float)rgbz.getFocusDepth(); in DepthOfFieldOptions()
31 this.focalDepth = rgbz.getDepth((int)(x * rgbz.getWidth()), (int)(y * rgbz.getHeight())); in setFocusPoint()
DRenderScriptTask.java122 options.rgbz.getDepthTransform(), options.focalDepth, in prepareRefocusFilter()