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

static UInt8* Impala::Core::Stream::DummyFrameProvider::DataPtr ( int  width,
int  height 
) [inline, static]

Definition at line 24 of file DummyFrameProvider.h.

References GetDataPtr().

Referenced by Impala::Core::Stream::RgbDataSrc::DataPtr().

00025     {
00026         static DummyFrameProvider instance;
00027         return instance.GetDataPtr(width, height);
00028     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:20:25 2011 for ImpalaSrc by  doxygen 1.5.1