HomeSort by relevance Sort by last modified time
    Searched defs:depthOfField (Results 1 - 2 of 2) sorted by null

  /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();
  /frameworks/rs/tests/java_api/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);
40 public void setDepthOfField(float depthOfField) {
41 this.depthOfField = depthOfField;

Completed in 74 milliseconds