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

void Impala::Application::SDash::VideoJpgCamera::Init ( int  w,
int  h,
bool  doLoop 
) [inline, private]

Definition at line 181 of file VideoJpgCamera.h.

References mArray, mDoLoop, mFitViewToWindow, mOglView, mPlaying, mScaleImageToView, mVideo, and OpenVideo().

00182     {
00183         mArray = 0;
00184         //mFrameNr = 0;
00185         mOglView = 0;
00186         mPlaying = 0;
00187         mDoLoop = doLoop;
00188         mFitViewToWindow = true;
00189         mScaleImageToView = true;
00190 
00191         OpenVideo(*mVideo);
00192     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:50:30 2010 for ImpalaSrc by  doxygen 1.5.1