Searched refs:fracID (Results 1 – 2 of 2) sorted by relevance
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/ |
H A D | ReconcileTIFF.cpp | 2678 XMP_Uns16 fracID=0; in ExportTIFF_Date() local 2680 case kTIFF_DateTime : mainIFD = kTIFF_PrimaryIFD; fracID = kTIFF_SubSecTime; break; in ExportTIFF_Date() 2681 case kTIFF_DateTimeOriginal : fracID = kTIFF_SubSecTimeOriginal; break; in ExportTIFF_Date() 2682 case kTIFF_DateTimeDigitized : fracID = kTIFF_SubSecTimeDigitized; break; in ExportTIFF_Date() 2691 tiff->DeleteTag ( kTIFF_ExifIFD, fracID ); // ! The subseconds are always in the Exif IFD. in ExportTIFF_Date() 2735 tiff->DeleteTag ( kTIFF_ExifIFD, fracID ); in ExportTIFF_Date() 2745 …tiff->SetTag_ASCII ( kTIFF_ExifIFD, fracID, buffer ); // ! The subseconds are always in the Exif I… in ExportTIFF_Date()
|
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/FormatSupport/ |
H A D | ReconcileTIFF.cpp | 2236 TIFF_Manager * tiff, XMP_Uns8 mainIFD, XMP_Uns16 mainID, XMP_Uns8 fracIFD, XMP_Uns16 fracID ) in ExportTIFF_Date() argument 2245 tiff->DeleteTag ( fracIFD, fracID ); in ExportTIFF_Date() 2263 tiff->SetTag_ASCII ( fracIFD, fracID, buffer ); in ExportTIFF_Date()
|