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

bool Impala::Application::IDash::NfiSixView::CheckRgbValidity ( RgbDataSrc rgb  )  [inline, protected]

Definition at line 157 of file NfiSixView.h.

References Impala::Core::Stream::RgbDataSrc::HasIndex(), ILOG_WARNING, and Impala::Core::Stream::RgbDataSrc::Valid().

Referenced by OpenVideo().

00158     {
00159         if (!rgb || !rgb->Valid() || !rgb->HasIndex())
00160         {
00161             ILOG_WARNING("RgbDataSrc invalid or no Index: Can't play");
00162             if (rgb) delete rgb;
00163             return false;
00164         }
00165         return true;
00166     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:39:59 2010 for ImpalaSrc by  doxygen 1.5.1