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

12 3 4

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
AliasOptions.java 10 package com.adobe.xmp.options;
12 import com.adobe.xmp.XMPException;
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;
IteratorOptions.java 10 package com.adobe.xmp.options;
PropertyOptions.java 10 package com.adobe.xmp.options;
12 import com.adobe.xmp.XMPError;
13 import com.adobe.xmp.XMPException;
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
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...]
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...]
XMPDateTimeImpl.java 10 package com.adobe.xmp.impl;
18 import com.adobe.xmp.XMPDateTime;
19 import com.adobe.xmp.XMPException;
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...]
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;
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...]
Latin1Converter.java 12 package com.adobe.xmp.impl;
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,
ByteBuffer.java 12 package com.adobe.xmp.impl;
FixASCIIControlsReader.java 10 package com.adobe.xmp.impl;
Utils.java 10 package com.adobe.xmp.impl;
13 import com.adobe.xmp.XMPConst;
157 * an XMP Property
159 * Property", 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...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
XMPPath.java 10 package com.adobe.xmp.impl.xpath;
17 * Representates an XMP XMPPath with segment accessor methods.
72 * @return Returns the size of the xmp path.
81 * Serializes the normalized XMP-path.
XMPPathSegment.java 10 package 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/
XMPDateTimeFactory.java 10 package com.adobe.xmp;
17 import com.adobe.xmp.impl.XMPDateTimeImpl;
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...]
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...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
XmpPresets.java 23 import com.adobe.xmp.XMPException;
24 import com.adobe.xmp.XMPMeta;
25 import com.adobe.xmp.XMPMetaFactory;
56 Log.e(LOGTAG, "Register XMP name space failed", e);
82 Log.v(LOGTAG, "Write XMP meta to file failed:" + dstFile.getAbsolutePath());
87 Log.v(LOGTAG, "Write XMP meta to file failed:" + dstFile.getAbsolutePath());
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...]
  /packages/apps/Camera2/src/com/android/camera/util/
XmpUtil.java 19 import com.adobe.xmp.XMPException;
20 import com.adobe.xmp.XMPMeta;
21 import com.adobe.xmp.XMPMetaFactory;
22 import com.adobe.xmp.options.SerializeOptions;
36 * Util class to read/write xmp from a jpeg image file. It only supports jpeg
37 * image format, and doesn't support extended xmp now.
43 * Or if you don't care the existing XMP meta data in image file:
58 private static final int M_APP1 = 0xe1; // Marker for Exif or XMP.
87 Log.d(TAG, "XMP parse: only jpeg file is supported");
110 // Now we don't support extended xmp
    [all...]

Completed in 135 milliseconds

12 3 4