Definition at line 33 of file Mpeg7DocRepositoryInFile.h. References GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::Mpeg7DocLocator::GetFrameRateDen(), Impala::Persistency::Mpeg7DocLocator::GetFrameRateNum(), Impala::Persistency::Mpeg7DocLocator::GetName(), Impala::Persistency::File::GetReadBuffer(), and RepFS(). 00034 { 00035 String dir = GetDir(loc, false); 00036 File f = RepFS().GetFile(loc, dir, loc.GetName(), false, false); 00037 Util::IOBuffer* buf = f.GetReadBuffer(true, ""); 00038 // Mpeg7Doc ctor will delete buf 00039 Mpeg7Doc* res = new Mpeg7Doc(loc.GetName(), buf, loc.GetFrameRateNum(), 00040 loc.GetFrameRateDen()); 00041 return res; 00042 }
Here is the call graph for this function: ![]()
|