Searched refs:XMP_DEPTHMAP (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
H A DXmpDepthDecode.java30 private static final String XMP_DEPTHMAP = "http://ns.google.com/photos/1.0/depthmap/"; field in class:XmpDepthDecode
58 mFormat = meta.getPropertyString(XMP_DEPTHMAP, "GDepth:Format");
60 mFar = Double.parseDouble(meta.getPropertyString(XMP_DEPTHMAP, "GDepth:Far"));
61 mNear = Double.parseDouble(meta.getPropertyString(XMP_DEPTHMAP, "GDepth:Near"));
65 XMP_DEPTHMAP, "GDepth:Format");
75 byte[] data = meta.getPropertyBase64(XMP_DEPTHMAP, "GDepth:Data");

Completed in 221 milliseconds