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

void Impala::Core::VideoSet::TestVideo::testFrameAccuracy ( Stream::RgbDataSrc src  )  [inline, private]

Definition at line 95 of file TestVideo.h.

References mLevel, testFrameAccuracyLevel0(), testFrameAccuracyLevel1(), testFrameAccuracyLevel2(), testFrameAccuracyLevel3(), and testFrameAccuracyLevel4().

Referenced by HandleNewFile().

00096     {
00097         if (mLevel == -1)
00098         {
00099             testFrameAccuracyLevel0(src);
00100             testFrameAccuracyLevel1(src);
00101             return;
00102         }
00103 
00104         if (mLevel >= 0)
00105             testFrameAccuracyLevel0(src);
00106         if (mLevel >= 1)
00107             testFrameAccuracyLevel1(src);
00108         if (mLevel >= 2)
00109             testFrameAccuracyLevel2(src);
00110         if (mLevel >= 3)
00111             testFrameAccuracyLevel3(src);
00112         if (mLevel >= 4)
00113             testFrameAccuracyLevel4(src);
00114     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:32:46 2010 for ImpalaSrc by  doxygen 1.5.1