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

bool Impala::Application::IDash::ScreenTimeLineVideo::CheckValidity ( RgbDataSrc vRgb,
RgbDataSrc sRgb 
) [inline, protected]

Definition at line 90 of file ScreenTimeLineVideo.h.

References Impala::Core::Stream::RgbDataSrc::HasIndex().

Referenced by HandleNewVideo().

00091     {
00092         if (!vRgb || !sRgb || !vRgb->HasIndex() || !sRgb->HasIndex())
00093         {
00094             if (vRgb) delete vRgb;
00095             if (sRgb) delete sRgb;
00096             return false;
00097         }
00098         return true;
00099     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:41:53 2010 for ImpalaSrc by  doxygen 1.5.1