Home
last modified time | relevance | path

Searched refs:RemoveProperties (Results 1 – 6 of 6) sorted by relevance

/external/dng_sdk/source/
Ddng_xmp_sdk.h118 void RemoveProperties (const char *ns);
Ddng_validate.cpp463 negative->GetXMP ()->RemoveProperties (XMP_NS_CRS); in dng_validate()
464 negative->GetXMP ()->RemoveProperties (XMP_NS_CRSS); in dng_validate()
Ddng_xmp_sdk.cpp635 void dng_xmp_sdk::RemoveProperties (const char *ns) in RemoveProperties() function in dng_xmp_sdk
644 SXMPUtils::RemoveProperties (fPrivate->fMeta, in RemoveProperties()
Ddng_xmp.h104 void RemoveProperties (const char *ns);
Ddng_image_writer.cpp4990 newXMP.RemoveProperties (NULL); in CleanUpMetadata()
5161 newXMP.RemoveProperties (XMP_NS_EXIF); in CleanUpMetadata()
5162 newXMP.RemoveProperties (XMP_NS_AUX); in CleanUpMetadata()
5166 newXMP.RemoveProperties (XMP_NS_CRS); in CleanUpMetadata()
5167 newXMP.RemoveProperties (XMP_NS_CRSS); in CleanUpMetadata()
5168 newXMP.RemoveProperties (XMP_NS_CRX); in CleanUpMetadata()
5236 newXMP.RemoveProperties (XMP_NS_DNG); in CleanUpMetadata()
Ddng_xmp.cpp660 void dng_xmp::RemoveProperties (const char *ns) in RemoveProperties() function in dng_xmp
663 fSDK->RemoveProperties (ns); in RemoveProperties()