Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DDepthImage.java72 public static DepthImage createFromDepthmap(Context context, Uri uriDepthmap) in createFromDepthmap() argument
74 …map bitmap = BitmapFactory.decodeStream(context.getContentResolver().openInputStream(uriDepthmap)); in createFromDepthmap()
76 throw new FileNotFoundException(uriDepthmap.toString()); in createFromDepthmap()
DRGBZ.java72 public RGBZ(Uri uriImage, Uri uriDepthmap, ContentResolver contentResolver, in RGBZ() argument
78 depthImage = DepthImage.createFromDepthmap(context, uriDepthmap); in RGBZ()