Searched refs:rgbz (Results 1 – 2 of 2) sorted by relevance
23 public final RGBZ rgbz; field in DepthOfFieldOptions37 public DepthOfFieldOptions(RGBZ rgbz) { in DepthOfFieldOptions() argument38 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()
135 options.rgbz.getDepthTransform(), options.focalDepth, in prepareRefocusFilter()138 rgbdImage = options.rgbz.getBitmap(); in prepareRefocusFilter()