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

void Impala::Application::IDash::NfiSixView::Init ( int  w,
int  h 
) [inline, private]

Definition at line 169 of file NfiSixView.h.

References mPlayers, mVideoID, Impala::Visualization::VideoPlayer::NormalSpeed(), Impala::Visualization::VideoPlayer::Play(), Impala::Visualization::VideoPlayer::SetVideoPlayerListener(), and Impala::Visualization::VideoPlayer::ShowFrameNr().

00170     {
00171         for (int i=0; i<6; i++)
00172         {
00173             mPlayers[i] = new VideoPlayer(this,i%3*w/3,i/3*h/2,w/3,h/2,"","");
00174             mPlayers[i]->NormalSpeed(true);
00175             mPlayers[i]->Play();
00176             mPlayers[i]->SetVideoPlayerListener(this,i);
00177             mPlayers[i]->ShowFrameNr(true);
00178         }
00179         mVideoID = 0;
00180     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:40:00 2010 for ImpalaSrc by  doxygen 1.5.1