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

void Impala::Application::IDo::FrameHashes (  )  [inline]

Definition at line 723 of file mainIDo.cpp.

References Exec(), mSetName, and mSrcOpt.

Referenced by HandleCmd().

00724     {
00725         String srcOpt = mSrcOpt;
00726         if (srcOpt.empty())
00727             srcOpt = "lavc";
00728 
00729         Exec("vidset", "exportframehashes " + mSetName + " --src " + srcOpt + 
00730              " --report 1000");
00731     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:14:20 2011 for ImpalaSrc by  doxygen 1.5.1