Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DXmpDepthDecode.java40 private static final String XMP_DEPTHMAP = "http://ns.google.com/photos/1.0/depthmap/"; field in XmpDepthDecode
68 mFormat = meta.getPropertyString(XMP_DEPTHMAP, "GDepth:Format"); in XmpDepthDecode()
70 mFar = Double.parseDouble(meta.getPropertyString(XMP_DEPTHMAP, "GDepth:Far")); in XmpDepthDecode()
71 mNear = Double.parseDouble(meta.getPropertyString(XMP_DEPTHMAP, "GDepth:Near")); in XmpDepthDecode()
75 XMP_DEPTHMAP, "GDepth:Format"); in XmpDepthDecode()
85 byte[] data = meta.getPropertyBase64(XMP_DEPTHMAP, "GDepth:Data"); in XmpDepthDecode()