HomeSort by relevance Sort by last modified time
    Searched defs:xmp (Results 26 - 50 of 51) sorted by null

12 3

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
AliasOptions.java 10 package com.adobe.xmp.options;
12 import com.adobe.xmp.XMPException;
IteratorOptions.java 10 package com.adobe.xmp.options;
ParseOptions.java 10 package com.adobe.xmp.options;
14 import com.adobe.xmp.XMPMetaFactory;
Options.java 10 package com.adobe.xmp.options;
15 import com.adobe.xmp.XMPError;
16 import com.adobe.xmp.XMPException;
PropertyOptions.java 10 package com.adobe.xmp.options;
12 import com.adobe.xmp.XMPError;
13 import com.adobe.xmp.XMPException;
SerializeOptions.java 10 package com.adobe.xmp.options;
12 import com.adobe.xmp.XMPException;
13 import com.adobe.xmp.XMPMeta;
14 import com.adobe.xmp.XMPMetaFactory;
31 * Include a padding allowance for a thumbnail image. If no <tt>xmp:Thumbnails</tt> property
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ISO8601Converter.java 10 package com.adobe.xmp.impl;
17 import com.adobe.xmp.XMPDateTime;
18 import com.adobe.xmp.XMPError;
19 import com.adobe.xmp.XMPException;
Utils.java 10 package com.adobe.xmp.impl;
13 import com.adobe.xmp.XMPConst;
157 * an XMP Property
159 * Property&quot;, see XMP Specification.
174 if ("xmp:BaseURL".equals(prop) || "xmp:CreatorTool".equals(prop)
175 || "xmp:Format".equals(prop) || "xmp:Locale".equals(prop)
176 || "xmp:MetadataDate".equals(prop) || "xmp:ModifyDate".equals(prop)
    [all...]
ParseRDF.java 10 package com.adobe.xmp.impl;
20 import com.adobe.xmp.XMPConst;
21 import com.adobe.xmp.XMPError;
22 import com.adobe.xmp.XMPException;
23 import com.adobe.xmp.XMPMetaFactory;
24 import com.adobe.xmp.XMPSchemaRegistry;
25 import com.adobe.xmp.options.PropertyOptions;
80 * The main parsing method. The XML tree is walked through from the root node and and XMP tree
81 * is created. This is a raw parse, the normalisation of the XMP tree happens outside.
84 * @return Returns an XMP metadata object (not normalized
89 XMPMetaImpl xmp = new XMPMetaImpl(); local
    [all...]
XMPSerializerRDF.java 10 package com.adobe.xmp.impl;
20 import com.adobe.xmp.XMPConst;
21 import com.adobe.xmp.XMPError;
22 import com.adobe.xmp.XMPException;
23 import com.adobe.xmp.XMPMeta;
24 import com.adobe.xmp.XMPMetaFactory;
25 import com.adobe.xmp.options.SerializeOptions;
70 private XMPMetaImpl xmp; field in class:XMPSerializerRDF
81 /** the padding in the XMP Packet, or the length of the complete packet in
89 * @param xmp the metadata object to be serialize
    [all...]
XMPDateTimeImpl.java 10 package com.adobe.xmp.impl;
18 import com.adobe.xmp.XMPDateTime;
19 import com.adobe.xmp.XMPException;
XMPIteratorImpl.java 10 package com.adobe.xmp.impl;
16 import com.adobe.xmp.XMPError;
17 import com.adobe.xmp.XMPException;
18 import com.adobe.xmp.XMPIterator;
19 import com.adobe.xmp.impl.xpath.XMPPath;
20 import com.adobe.xmp.impl.xpath.XMPPathParser;
21 import com.adobe.xmp.options.IteratorOptions;
22 import com.adobe.xmp.options.PropertyOptions;
23 import com.adobe.xmp.properties.XMPPropertyInfo;
28 * Iterates the XMP Tree according to a set of options
    [all...]
XMPMetaImpl.java 10 package com.adobe.xmp.impl;
15 import com.adobe.xmp.XMPConst;
16 import com.adobe.xmp.XMPDateTime;
17 import com.adobe.xmp.XMPError;
18 import com.adobe.xmp.XMPException;
19 import com.adobe.xmp.XMPIterator;
20 import com.adobe.xmp.XMPMeta;
21 import com.adobe.xmp.XMPPathFactory;
22 import com.adobe.xmp.XMPUtils;
23 import com.adobe.xmp.impl.xpath.XMPPath
    [all...]
XMPNode.java 10 package com.adobe.xmp.impl;
19 import com.adobe.xmp.XMPConst;
20 import com.adobe.xmp.XMPError;
21 import com.adobe.xmp.XMPException;
22 import com.adobe.xmp.options.PropertyOptions;
26 * A node in the internally XMP tree, which can be a schema node, a property node, an array node,
XMPSchemaRegistryImpl.java 10 package com.adobe.xmp.impl;
21 import com.adobe.xmp.XMPConst;
22 import com.adobe.xmp.XMPError;
23 import com.adobe.xmp.XMPException;
24 import com.adobe.xmp.XMPSchemaRegistry;
25 import com.adobe.xmp.options.AliasOptions;
26 import com.adobe.xmp.properties.XMPAliasInfo;
30 * The schema registry handles the namespaces, aliases and global options for the XMP Toolkit. There
178 * Register the standard namespaces of schemas and types that are included in the XMP
196 registerNamespace(NS_XMP, "xmp");
    [all...]
XMPNodeUtils.java 10 package com.adobe.xmp.impl;
15 import com.adobe.xmp.XMPConst;
16 import com.adobe.xmp.XMPDateTime;
17 import com.adobe.xmp.XMPDateTimeFactory;
18 import com.adobe.xmp.XMPError;
19 import com.adobe.xmp.XMPException;
20 import com.adobe.xmp.XMPMetaFactory;
21 import com.adobe.xmp.XMPUtils;
22 import com.adobe.xmp.impl.xpath.XMPPath;
23 import com.adobe.xmp.impl.xpath.XMPPathSegment
    [all...]
XMPUtilsImpl.java 12 package com.adobe.xmp.impl;
16 import com.adobe.xmp.XMPConst;
17 import com.adobe.xmp.XMPError;
18 import com.adobe.xmp.XMPException;
19 import com.adobe.xmp.XMPMeta;
20 import com.adobe.xmp.XMPMetaFactory;
21 import com.adobe.xmp.XMPUtils;
22 import com.adobe.xmp.impl.xpath.XMPPath;
23 import com.adobe.xmp.impl.xpath.XMPPathParser;
24 import com.adobe.xmp.options.PropertyOptions
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
XMPPathParser.java 10 package com.adobe.xmp.impl.xpath;
12 import com.adobe.xmp.XMPError;
13 import com.adobe.xmp.XMPException;
14 import com.adobe.xmp.XMPMetaFactory;
15 import com.adobe.xmp.impl.Utils;
16 import com.adobe.xmp.properties.XMPAliasInfo;
20 * Parser for XMP XPaths.
230 * @param pos the xmp path
232 * @throws XMPException thrown on xmp path errors
328 * Parses the root node of an XMP Path, checks if namespace and prefix fit togethe
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPConst.java 10 package com.adobe.xmp;
14 * Common constants for the XMP Toolkit.
37 /** The XML namespace Adobe XMP Metadata. */
41 /** The XML namespace for the XMP "basic" schema. */
43 /** The XML namespace for the XMP copyright schema. */
45 /** The XML namespace for the XMP digital asset management schema. */
50 String NS_XMP_NOTE = "http://ns.adobe.com/xmp/note/";
95 String NS_WAV = "http://ns.adobe.com/xmp/wav/1.0/";
98 // XMP namespaces that are Adobe private
101 String NS_DM = "http://ns.adobe.com/xmp/1.0/DynamicMedia/"
    [all...]
XMPMeta.java 10 package com.adobe.xmp;
14 import com.adobe.xmp.options.IteratorOptions;
15 import com.adobe.xmp.options.ParseOptions;
16 import com.adobe.xmp.options.PropertyOptions;
17 import com.adobe.xmp.properties.XMPProperty;
21 * This class represents the set of XMP metadata as a DOM representation. It has methods to read and
72 * @param itemIndex The index of the desired item. Arrays in XMP are indexed from 1. The
227 * @param itemIndex The index of the desired item. Arrays in XMP are indexed from 1. To address
269 * @param itemIndex The index to insert the new item. Arrays in XMP are indexed from 1. Use
449 * Deletes the given XMP subtree rooted at the given property. It is not an error if th
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterTinyPlanet.java 23 import com.adobe.xmp.XMPException;
24 import com.adobe.xmp.XMPMeta;
83 XMPMeta xmp = ImageLoader.getXmpObject(MasterImage.getImage().getActivity()); local
84 // Do nothing, just use bitmapIn as is if we don't have XMP.
85 if(xmp != null) {
86 bitmapIn = applyXmp(bitmapIn, xmp, w);
110 private Bitmap applyXmp(Bitmap bitmapIn, XMPMeta xmp, int intermediateWidth) {
113 getInt(xmp, CROPPED_AREA_IMAGE_WIDTH_PIXELS);
115 getInt(xmp, CROPPED_AREA_IMAGE_HEIGHT_PIXELS);
117 getInt(xmp, CROPPED_AREA_FULL_PANO_WIDTH_PIXELS)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetFragment.java 41 import com.adobe.xmp.XMPException;
42 import com.adobe.xmp.XMPMeta;
270 XMPMeta xmp = XmpUtil.extractXMPMeta(is); local
272 if (xmp != null) {
274 sourceBitmap = createPaddedBitmap(sourceBitmap, xmp, size);
446 private static Bitmap createPaddedBitmap(Bitmap bitmapIn, XMPMeta xmp, int intermediateWidth) {
449 getInt(xmp, CROPPED_AREA_IMAGE_WIDTH_PIXELS);
451 getInt(xmp, CROPPED_AREA_IMAGE_HEIGHT_PIXELS);
453 getInt(xmp, CROPPED_AREA_FULL_PANO_WIDTH_PIXELS);
455 getInt(xmp, CROPPED_AREA_FULL_PANO_HEIGHT_PIXELS)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveImage.java 222 Object xmp = null; local
227 xmp = XmpUtilHelper.extractXMPMeta(is);
229 Log.w(LOGTAG, "Failed to get XMP data from image: ", e);
234 return xmp;
237 public boolean putPanoramaXMPData(File file, Object xmp) {
238 if (xmp != null) {
239 return XmpUtilHelper.writeXMPMeta(file.getAbsolutePath(), xmp);
293 // the XMP, then all the filters are removed or restore to default.
356 Object xmp = getPanoramaXMPData(newSourceUri, preset); local
361 putPanoramaXMPData(mDestinationFile, xmp);
368 Object xmp = getPanoramaXMPData(newSourceUri, preset); local
418 Object xmp = getPanoramaXMPData(newSourceUri, preset); local
    [all...]
  /external/mksh/src/
edit.c 932 static char *xmp; /* mark pointer */ variable
1195 xmp = NULL;
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 

Completed in 1160 milliseconds

12 3