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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
BlurStack.java 256 float backFocalDepth3D =
266 } else if (depth3D > backFocalDepth3D) {
267 radius = blurInfinity * (depth3D - backFocalDepth3D) / depth3D;
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
BlurStack.java 241 float backFocalDepth3D =
251 } else if (depth3D > backFocalDepth3D) {
252 radius = blurInfinity * (depth3D - backFocalDepth3D) / depth3D;

Completed in 479 milliseconds