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

  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
MainActivity.java 55 DepthOfFieldOptions current_depth_options = new DepthOfFieldOptions(current_rgbz); local
58 current_depth_options.setFocusPoint(0.7f, 0.5f);
59 current_depth_options.setBokeh(2f);
61 RsTaskParams rsTaskParam = new RsTaskParams(renderScript, current_depth_options);
85 DepthOfFieldOptions current_depth_options = new DepthOfFieldOptions(current_rgbz); local
88 current_depth_options.setFocusPoint(0.7f, 0.5f);
89 current_depth_options.setBokeh(2f);
91 RsTaskParams rsTaskParam = new RsTaskParams(renderScript, current_depth_options);
  /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);

Completed in 1451 milliseconds