HomeSort by relevance Sort by last modified time
    Searched full:depthoffield (Results 1 - 9 of 9) sorted by null

  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
DepthOfFieldOptions.java 15 // [(1 - depthOfField) * focalDepth,(1 + depthOfField) * focalDepth].
16 public float depthOfField;
25 this.depthOfField = (float)rgbz.getDepthOfField();
32 //this.blurInfinity = lensController.blurInfinityFromAverageBlur(this.focalDepth, this.depthOfField, averageBlur);
BlurStack.java 133 * @param depthOfField the range of depth values around focus depth 3D that
143 float depthOfField, float blurInfinity, int numBlendingLayers) {
146 if (depthOfField < 0) {
147 depthOfField = -depthOfField;
151 depthTransform.quantize(focusDepth3D * (1 - depthOfField)));
153 depthTransform.quantize(focusDepth3D * (1 + depthOfField)));
RenderScriptTask.java 121 options.depthOfField, options.blurInfinity, NUM_BLENDING_LAYERS);
XmpDepthDecode.java 80 mDepthOfFiled = Double.parseDouble(meta.getPropertyString(XMP_FOCUS, "GFocus:DepthOfField"));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DepthOfFieldOptions.java 29 // [(1 - depthOfField) * focalDepth,(1 + depthOfField) * focalDepth].
30 public float depthOfField;
39 this.depthOfField = (float)rgbz.getDepthOfField();
DepthImage.java 43 double focalDistance, double depthOfField,
52 mDepthOfFiled = depthOfField;
BlurStack.java 148 * @param depthOfField the range of depth values around focus depth 3D that
158 float depthOfField, float blurInfinity, int numBlendingLayers) {
161 if (depthOfField < 0) {
162 depthOfField = -depthOfField;
166 depthTransform.quantize(focusDepth3D * (1 - depthOfField)));
168 depthTransform.quantize(focusDepth3D * (1 + depthOfField)));
RenderScriptTask.java 134 options.depthOfField, options.blurInfinity, NUM_BLENDING_LAYERS);
XmpDepthDecode.java 90 mDepthOfFiled = Double.parseDouble(meta.getPropertyString(XMP_FOCUS, "GFocus:DepthOfField"));

Completed in 353 milliseconds