Home
last modified time | relevance | path

Searched defs:uriDepthmap (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DRGBZ.java72 public RGBZ(Uri uriImage, Uri uriDepthmap, ContentResolver contentResolver, in RGBZ()
93 public static RGBZ createFromBitmapDepthmap(Uri uriImage, Uri uriDepthmap, in createFromBitmapDepthmap()
104 public static RGBZ createFromPFMDepthmap(Uri uriImage, Uri uriDepthmap, in createFromPFMDepthmap()
H A DDepthImage.java72 public static DepthImage createFromDepthmap(Context context, Uri uriDepthmap) in createFromDepthmap()