Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_image_writer.cpp5498 tag_xmp tagXMP (metadata.Get () ? metadata->GetXMP () : NULL); in WriteTIFFWithProfile() local
5500 if (tagXMP.Count ()) in WriteTIFFWithProfile()
5502 mainIFD.Add (&tagXMP); in WriteTIFFWithProfile()
6512 tag_xmp tagXMP (metadata->GetXMP ()); in WriteDNG() local
6514 if (tagXMP.Count ()) in WriteDNG()
6517 mainIFD.Add (&tagXMP); in WriteDNG()