Searched refs:uriDepthmap (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | RGBZ.java | 72 public RGBZ(Uri uriImage, Uri uriDepthmap, ContentResolver contentResolver, in RGBZ() argument 78 depthImage = DepthImage.createFromDepthmap(context, uriDepthmap); in RGBZ() 93 public static RGBZ createFromBitmapDepthmap(Uri uriImage, Uri uriDepthmap, in createFromBitmapDepthmap() argument 100 DepthImage depthImage = DepthImage.createFromDepthmap(context, uriDepthmap); in createFromBitmapDepthmap() 104 public static RGBZ createFromPFMDepthmap(Uri uriImage, Uri uriDepthmap, in createFromPFMDepthmap() argument 111 DepthImage depthImage = DepthImage.createFromPFM(context, uriDepthmap); in createFromPFMDepthmap()
|
D | DepthImage.java | 72 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()
|