Home | History | Annotate | Download | only in refocus

Lines Matching refs:meta

66         XMPMeta meta = read(is, false);
68 mFormat = meta.getPropertyString(XMP_DEPTHMAP, "GDepth:Format");
70 mFar = Double.parseDouble(meta.getPropertyString(XMP_DEPTHMAP, "GDepth:Far"));
71 mNear = Double.parseDouble(meta.getPropertyString(XMP_DEPTHMAP, "GDepth:Near"));
74 String format = meta.getPropertyString(
85 byte[] data = meta.getPropertyBase64(XMP_DEPTHMAP, "GDepth:Data");
88 mBlurAtInfinity = Double.parseDouble(meta.getPropertyString(XMP_FOCUS, "GFocus:BlurAtInfinity"));
89 mFocalDistance = Double.parseDouble(meta.getPropertyString(XMP_FOCUS, "GFocus:FocalDistance"));
90 mDepthOfFiled = Double.parseDouble(meta.getPropertyString(XMP_FOCUS, "GFocus:DepthOfField"));
91 mFocalPointX = Double.parseDouble(meta.getPropertyString(XMP_FOCUS, "GFocus:FocalPointX"));
92 mFocalPointY = Double.parseDouble(meta.getPropertyString(XMP_FOCUS, "GFocus:FocalPointY"));
251 // Skip this section since all EXIF/XMP meta will be in M_APP1
327 * Gets the end of the XMP meta content. If there is no packet wrapper,
344 // It should not reach here for a valid XMP meta.