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

void Impala::Visualization::RgbDataSrcLavcTestGUI::TempTest (  )  [inline]

Definition at line 1034 of file RgbDataSrcLavcTestGUI.h.

References ILOG_INFO, Impala::Core::Stream::RgbDataSrc::IsFrameAccurate(), mLavcsrc, and Impala::Core::Stream::RgbDataSrc::NextFrame().

01034                    {
01035 
01036         //TODO:This function should be changed to handle MD5 hashes
01037         ILOG_INFO("Starting");
01038         mLavcsrc->NextFrame();
01039         for (int i=168626;i<294912;i++){
01040             
01041             mLavcsrc->Jump(i,AVSEEK_FLAG_BYTE,2,2);
01042 
01043             if(mLavcsrc->IsFrameAccurate())
01044             {
01045                 std::cout<<"Success @ "<<i<<std::endl;
01046             }else{
01047                 std::cout<<"No Success @ "<<i<<std::endl;
01048             }
01049         }
01050         exit(0);
01051 
01052     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:52 2011 for ImpalaSrc by  doxygen 1.5.1