Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/ffmpeg/
H A Dtiio_ffmpeg.cpp236 QString ffmpegCachePath = getFfmpegCache().getQString(); in checkFilesExist() local
237 QString tempPath = ffmpegCachePath + "//" + cleanPathSymbols() + "In0001." + in checkFilesExist()
246 QString ffmpegCachePath = getFfmpegCache().getQString(); in getInfo() local
247 QString tempPath = ffmpegCachePath + "//" + cleanPathSymbols() + ".txt"; in getInfo()
279 QString ffmpegCachePath = getFfmpegCache().getQString(); in getImage() local
280 QString tempPath = ffmpegCachePath + "//" + cleanPathSymbols(); in getImage()
416 QString ffmpegCachePath = getFfmpegCache().getQString(); in getFramesFromMovie() local
417 QString tempPath = ffmpegCachePath + "//" + cleanPathSymbols(); in getFramesFromMovie()
466 QString ffmpegCachePath = getFfmpegCache().getQString(); in getGifFrameCount() local
467 QString tempPath = ffmpegCachePath + "//" + cleanPathSymbols(); in getGifFrameCount()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dmainwindow.cpp577 QString ffmpegCachePath = in MainWindow() local
579 if (TSystem::doesExistFileOrLevel(TFilePath(ffmpegCachePath))) { in MainWindow()
580 TSystem::rmDirTree(TFilePath(ffmpegCachePath)); in MainWindow()
589 QString ffmpegCachePath = in ~MainWindow() local
591 if (TSystem::doesExistFileOrLevel(TFilePath(ffmpegCachePath))) { in ~MainWindow()
592 TSystem::rmDirTree(TFilePath(ffmpegCachePath)); in ~MainWindow()