Searched refs:DepthImage (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
H A D | DepthImage.java | 29 public class DepthImage { class 41 public DepthImage(String format, double far, double near, in DepthImage() method in DepthImage 58 public static DepthImage createFromXMPMetadata(Context context, Uri image) in createFromXMPMetadata() 62 return new DepthImage(decode.getFormat(), decode.getFar(), in createFromXMPMetadata() 72 public static DepthImage createFromDepthmap(Context context, Uri uriDepthmap) in createFromDepthmap() 82 return new DepthImage(RangeInverseDepthTransform.FORMAT, in createFromDepthmap() 122 public static DepthImage createFromPFM(Context context, Uri uriPFM) in createFromPFM() 155 return new DepthImage(RangeInverseDepthTransform.FORMAT, in createFromPFM()
|
H A D | RGBZ.java | 45 private DepthImage depthImage; 58 depthImage = DepthImage.createFromXMPMetadata(context, uri); in RGBZ() 78 depthImage = DepthImage.createFromDepthmap(context, uriDepthmap); in RGBZ() 85 public RGBZ(Bitmap image, DepthImage depthImage) { in RGBZ() 100 DepthImage depthImage = DepthImage.createFromDepthmap(context, uriDepthmap); in createFromBitmapDepthmap() 111 DepthImage depthImage = DepthImage.createFromPFM(context, uriDepthmap); in createFromPFMDepthmap()
|