Definition at line 44 of file KeyframesRepositoryInFile.h. References Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::KeyframesLocator::GetName(), RepFS(), and Impala::Util::Write(). 00045 { 00046 File file = RepFS().GetFile(loc, "VideoIndex", loc.GetName() + ".tab", 00047 true, false); 00048 Write(keys, file); 00049 }
Here is the call graph for this function: ![]()
|