OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmpMeta
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
XmpPresets.java
24
import com.adobe.xmp.
XMPMeta
;
63
XMPMeta
xmpMeta
= null;
66
xmpMeta
= XmpUtilHelper.extractXMPMeta(is);
73
if (
xmpMeta
== null) {
74
xmpMeta
= XMPMetaFactory.create();
77
xmpMeta
.setProperty(XMP_GOOGLE_FILTER_NAMESPACE,
79
xmpMeta
.setProperty(XMP_GOOGLE_FILTER_NAMESPACE,
86
if (!XmpUtilHelper.writeXMPMeta(dstFile.getAbsolutePath(),
xmpMeta
)) {
96
XMPMeta
xmpMeta = null
[
all
...]
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
XmpDepthDecode.java
27
import com.adobe.xmp.
XMPMeta
;
66
XMPMeta
meta = read(is, false);
143
static
XMPMeta
read(InputStream is, boolean skipExtendedContent) {
149
XMPMeta
xmpMeta
= parseFirstValidXMPSection(sections);
150
if (
xmpMeta
== null ||
151
!
xmpMeta
.doesPropertyExist(XMPConst.NS_XMP_NOTE, XMP_HAS_EXTENSION)) {
152
return
xmpMeta
;
157
extensionName = (String)
xmpMeta
.getProperty(
170
return
xmpMeta
;
[
all
...]
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
XmpDepthDecode.java
10
import com.adobe.xmp.
XMPMeta
;
56
XMPMeta
meta = read(is, false);
133
static
XMPMeta
read(InputStream is, boolean skipExtendedContent) {
139
XMPMeta
xmpMeta
= parseFirstValidXMPSection(sections);
140
if (
xmpMeta
== null ||
141
!
xmpMeta
.doesPropertyExist(XMPConst.NS_XMP_NOTE, XMP_HAS_EXTENSION)) {
142
return
xmpMeta
;
147
extensionName = (String)
xmpMeta
.getProperty(
160
return
xmpMeta
;
[
all
...]
Completed in 131 milliseconds