Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void Impala::Core::Stream::Lavc::VideoAccessStrategy::WriteScanData ( CString  fileName  )  [inline, protected]

Definition at line 522 of file VideoAccessStrategy.h.

References ILOG_INFO, mFrames, mPackets, Impala::Core::Table::Table::Size(), and Impala::Core::Table::Write().

00523     {
00524         Util::IOBufferFile buf(fileName, false, false);
00525         Table::Write(mPackets, &buf, true);
00526         ILOG_INFO("Wrote " << mPackets->Size() << " packets to file");
00527         Table::Write(mFrames, &buf, true);
00528         ILOG_INFO("Wrote " << mFrames->Size() << " frames to file");
00529     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:18:55 2010 for ImpalaSrc by  doxygen 1.5.1