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

bool Impala::Application::IDash::TrecEngine::OpenStill ( int  row  )  [inline]

Definition at line 148 of file TrecEngine.h.

References Impala::Core::VideoSet::Stills::GetFirstStillShot(), Impala::Core::VideoSet::Stills::GetNrStillsShot(), ILOG_DEBUG, mStillEnd, mStillFrame, mStillImages, mStills, mStillsRow, and mStillStart.

00149     {
00150         if (!mStills || !mStillImages)
00151             return false;
00152 
00153         if (row != mStillsRow)
00154         {
00155             mStillsRow = row;
00156             mStillFrame = 0;
00157             mStillStart = mStills->GetFirstStillShot(row);
00158             mStillEnd   = mStills->GetNrStillsShot(row);
00159             ILOG_DEBUG("Opening stills for ID=" << row << " " << mStillEnd << " frames.");
00160         }
00161         return true;
00162     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:11 2011 for ImpalaSrc by  doxygen 1.5.1