Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DMainActivity.java51DepthOfFieldOptions current_depth_options = new DepthOfFieldOptions(current_rgbz); in onCreate()
74 DepthOfFieldOptions options; in onCreate()
108 options = new DepthOfFieldOptions(rgbz); in onCreate()
124 options = new DepthOfFieldOptions(rgbz); in onCreate()
135 options = new DepthOfFieldOptions(rgbz); in onCreate()
153 DepthOfFieldOptions mOptions;
161 DepthOfFieldOptions options) { in RsTaskParams()
H A DDepthOfFieldOptions.java8 public class DepthOfFieldOptions { class
23 public DepthOfFieldOptions(RGBZ rgbz) { in DepthOfFieldOptions() method in DepthOfFieldOptions
H A DRenderScriptTask.java86 public Bitmap applyRefocusFilter(DepthOfFieldOptions options) { in applyRefocusFilter()
120 private void prepareRefocusFilter(DepthOfFieldOptions options) { in prepareRefocusFilter()