Searched refs:MakeClipInfoPath (Results 1 – 4 of 4) sorted by relevance
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/FileHandlers/ |
H A D | AVCHD_Handler.cpp | 355 void AVCHD_MetaHandler::MakeClipInfoPath ( std::string * path, XMP_StringPtr suffix ) in MakeClipInfoPath() function in AVCHD_MetaHandler 397 this->MakeClipInfoPath ( &strPath, ".clpi" ); in MakeLegacyDigest() 400 this->MakeClipInfoPath ( &strPath, ".cpi" ); in MakeLegacyDigest() 488 this->MakeClipInfoPath ( &strPath, ".clpi" ); in ProcessXMP() 491 this->MakeClipInfoPath ( &strPath, ".cpi" ); in ProcessXMP()
|
H A D | AVCHD_Handler.hpp | 67 void MakeClipInfoPath ( std::string * path, XMP_StringPtr suffix );
|
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FileHandlers/ |
H A D | AVCHD_Handler.hpp | 72 bool MakeClipInfoPath ( std::string * path, XMP_StringPtr suffix, bool checkFile = false ) const;
|
H A D | AVCHD_Handler.cpp | 1870 bool AVCHD_MetaHandler::MakeClipInfoPath ( std::string * path, XMP_StringPtr suffix, bool checkFile… in MakeClipInfoPath() function in AVCHD_MetaHandler 1903 bool ok = this->MakeClipInfoPath ( &strClipPath, ".clpi", true /* checkFile */ ); in MakeLegacyDigest() 1979 ok = this->MakeClipInfoPath ( &fullPath, ".clpi", true /* checkFile */ ); in GetFileModDate() 2094 if ( MakeClipInfoPath ( &filePath, ".clpi", true /* checkFile */ ) ) { in FillAssociatedResources() 2192 bool ok = this->MakeClipInfoPath ( &strPath, ".clpi", true /* checkFile */ ); in ProcessXMP()
|