Definition at line 2202 of file mainIDo.cpp. References CleanCall(), and ILOG_INFO. Referenced by HandleCmd(). 02203 { 02204 ILOG_INFO("Cleaning preptest"); 02205 CleanCall("deletevideoinfofiles", ""); 02206 CleanCall("deletempeg7shot", "ALL"); 02207 CleanCall("deletesimilaritytableset", "false Frames ALL ALL ALL ALL"); 02208 CleanCall("deletesegmentation", ""); 02209 CleanCall("deletekeyframes", ""); 02210 CleanCall("deletestills", ""); 02211 CleanCall("deletequidtable", "VideoIndex keysExtra2.tab"); 02212 CleanCall("deleteimagearchivespecial", 02213 "thumbnails.txt . thumbnails.raw"); 02214 CleanCall("deleteimagearchivespecial", "keyframes.txt ALL images.raw"); 02215 CleanCall("deleteimagearchivespecial", "stills.txt ALL images.raw"); 02216 CleanCall("deleteimagearchive", "true ALL images.raw"); 02217 CleanCall("deleteimagearchive", "true ALL images_jpg.raw"); 02218 CleanCall("deleteimagesetspecial", "keyframes.txt"); 02219 CleanCall("deleteimagesetspecial", "thumbnails.txt"); 02220 CleanCall("deleteimagesetspecial", "stills.txt"); 02221 }
Here is the call graph for this function: ![]()
|