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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
RefocusTest.java 70 DepthOfFieldOptions current_depth_options = new DepthOfFieldOptions(current_rgbz); local
71 RsTaskParams rsTaskParam = new RsTaskParams(rs, current_depth_options);
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
MainActivity.java 51 DepthOfFieldOptions current_depth_options = new DepthOfFieldOptions(current_rgbz); local
54 current_depth_options.setFocusPoint(0.7f, 0.5f);
55 current_depth_options.setBokeh(2f);
57 RsTaskParams rsTaskParam = new RsTaskParams(this, renderScript, current_depth_options);

Completed in 501 milliseconds