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

void Impala::Core::VideoSet::Walker::AddRkfMask (  )  [inline]

Definition at line 166 of file Walker.h.

References Impala::Core::VideoSet::Keyframes::GetNrKeyframes(), InitKeyframeMask(), Impala::Core::VideoSet::Keyframes::IsRKF(), mKeyframeMask, and mKeyframes.

Referenced by Impala::Application::VidSet::mainVidSet().

00167     {
00168         if (!InitKeyframeMask())
00169             return;
00170         int nrKey = mKeyframes->GetNrKeyframes();
00171         for (int i=0 ; i<nrKey ; i++)
00172             mKeyframeMask[i] &= mKeyframes->IsRKF(i);
00173     }

Here is the call graph for this function:


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