OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveProperties
(Results
1 - 7
of
7
) sorted by null
/external/dng_sdk/source/
dng_xmp_sdk.h
118
void
RemoveProperties
(const char *ns);
dng_validate.cpp
463
negative->GetXMP ()->
RemoveProperties
(XMP_NS_CRS);
464
negative->GetXMP ()->
RemoveProperties
(XMP_NS_CRSS);
dng_xmp.h
104
void
RemoveProperties
(const char *ns);
dng_xmp_sdk.cpp
635
void dng_xmp_sdk::
RemoveProperties
(const char *ns)
644
SXMPUtils::
RemoveProperties
(fPrivate->fMeta,
dng_image_writer.cpp
[
all
...]
dng_xmp.cpp
660
void dng_xmp::
RemoveProperties
(const char *ns)
663
fSDK->
RemoveProperties
(ns);
[
all
...]
/cts/tests/camera/libctscamera2jni/
dng-validate-jni.cpp
352
negative->GetXMP()->
RemoveProperties
(XMP_NS_CRS);
353
negative->GetXMP()->
RemoveProperties
(XMP_NS_CRSS);
Completed in 180 milliseconds