Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DDepthOfFieldOptions.java23 public final RGBZ rgbz; field in DepthOfFieldOptions
37 public DepthOfFieldOptions(RGBZ rgbz) { in DepthOfFieldOptions() argument
38 this.focalDepth = (float)rgbz.getFocusDepth(); in DepthOfFieldOptions()
39 this.depthOfField = (float)rgbz.getDepthOfField(); in DepthOfFieldOptions()
40 this.blurInfinity = (float)rgbz.getBlurInfinity(); in DepthOfFieldOptions()
41 this.rgbz = rgbz; in DepthOfFieldOptions()
45 this.focalDepth = rgbz.getDepth((int)(x * rgbz.getWidth()), (int)(y * rgbz.getHeight())); in setFocusPoint()
DRenderScriptTask.java135 options.rgbz.getDepthTransform(), options.focalDepth, in prepareRefocusFilter()
138 rgbdImage = options.rgbz.getBitmap(); in prepareRefocusFilter()