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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
BlurStack.java 167 int backFocalDepth = openglDepthToStackDepth(
170 blurStack.computeDiskRadius(depthTransform, frontFocalDepth, backFocalDepth,
174 blurStack.generateOneLayerForEachDepth(frontFocalDepth, backFocalDepth);
183 blurStack.groupDepthLevelsIntoLayers(frontFocalDepth, backFocalDepth,
246 * @param backFocalDepth back focal depth level
251 int frontFocalDepth, int backFocalDepth, float blurInfinity) {
257 depthTransform.reconstruct(stackDepthToOpenglDepth(backFocalDepth));
276 * backFocalDepth.
281 * @param backFocalDepth the back depth of focal layer.
284 int backFocalDepth) {
    [all...]
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
BlurStack.java 152 int backFocalDepth = openglDepthToStackDepth(
155 blurStack.computeDiskRadius(depthTransform, frontFocalDepth, backFocalDepth,
159 blurStack.generateOneLayerForEachDepth(frontFocalDepth, backFocalDepth);
168 blurStack.groupDepthLevelsIntoLayers(frontFocalDepth, backFocalDepth,
231 * @param backFocalDepth back focal depth level
236 int frontFocalDepth, int backFocalDepth, float blurInfinity) {
242 depthTransform.reconstruct(stackDepthToOpenglDepth(backFocalDepth));
261 * backFocalDepth.
266 * @param backFocalDepth the back depth of focal layer.
269 int backFocalDepth) {
    [all...]

Completed in 85 milliseconds