Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DBlurStack.java239 float frontFocalDepth3D = in computeDiskRadius() local
249 if (depth3D < frontFocalDepth3D) { in computeDiskRadius()
250 radius = blurInfinity * (frontFocalDepth3D - depth3D) / depth3D; in computeDiskRadius()