Searched refs:XMP_NS_EXIF (Results 1 – 4 of 4) sorted by relevance
/external/dng_sdk/source/ |
D | dng_xmp.cpp | 2006 if (SyncString (XMP_NS_EXIF, in SyncIPTC() 2228 Remove (XMP_NS_EXIF, "Flash"); in SyncFlash() 2235 fSDK->SetStructField (XMP_NS_EXIF, in SyncFlash() 2237 XMP_NS_EXIF, in SyncFlash() 2248 fSDK->SetStructField (XMP_NS_EXIF, in SyncFlash() 2250 XMP_NS_EXIF, in SyncFlash() 2263 fSDK->SetStructField (XMP_NS_EXIF, in SyncFlash() 2265 XMP_NS_EXIF, in SyncFlash() 2274 fSDK->SetStructField (XMP_NS_EXIF, in SyncFlash() 2276 XMP_NS_EXIF, in SyncFlash() [all …]
|
D | dng_xmp_sdk.h | 31 extern const char *XMP_NS_EXIF;
|
D | dng_xmp_sdk.cpp | 56 const char *XMP_NS_EXIF = "http://ns.adobe.com/exif/1.0/"; variable
|
D | dng_image_writer.cpp | 4956 newXMP.Set (XMP_NS_EXIF, "ExifVersion", "0230"); in CleanUpMetadata() 5161 newXMP.RemoveProperties (XMP_NS_EXIF); in CleanUpMetadata()
|