Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_negative.cpp298 tag_iptc tagIPTC (IPTCData (), in BuildExifBlock() local
301 if (includeIPTC && tagIPTC.Count ()) in BuildExifBlock()
303 mainIFD.Add (&tagIPTC); in BuildExifBlock()
Ddng_image_writer.cpp5509 tag_iptc tagIPTC (metadata.Get () ? metadata->IPTCData () : NULL, in WriteTIFFWithProfile() local
5512 if (tagIPTC.Count ()) in WriteTIFFWithProfile()
5514 mainIFD.Add (&tagIPTC); in WriteTIFFWithProfile()