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

Impala::Core::Stream::RgbDataSrcLavc::RgbDataSrcLavc ( int  src,
CString  srcName,
Util::Database db,
IndexMode  mode 
) [inline]

Definition at line 35 of file RgbDataSrcLavc.h.

References Impala::Persistency::RgbDataSrcLocator::GetName(), Init(), mBufferedFrameNr, mFixCnt, mLastDecodedFrameNr, mLastFixNr, mLoc, mMode, Impala::Core::Stream::RgbDataSrc::mSrcName, mValid, mVideoAccessor, Impala::Core::Stream::RgbDataSrcInfo::RgbDataSrcInfo(), and Impala::StringReplaceAll().

00037         : RgbDataSrcInfo(src, srcName, db, 
00038             DetermineInfoName(srcName, mode, db), true)
00039     {
00040 #else // REPOSITORY_USED
00041     RgbDataSrcLavc(int src, const Persistency::RgbDataSrcLocator& loc, 
00042                    IndexMode mode)
00043         : RgbDataSrcInfo(src, loc, "", true)
00044     {
00045         mLoc = loc;
00046         String srcName = loc.GetName();
00047 #endif // REPOSITORY_USED
00048         mSrcName = StringReplaceAll(srcName, "\\", "/", false);
00049         mMode = mode;
00050 
00051         mValid = false;
00052         mBufferedFrameNr = -1;
00053         mLastDecodedFrameNr = -1;
00054 
00055         mFixCnt = 0;
00056         mLastFixNr = 0;
00057 
00058         mVideoAccessor = 0;
00059 
00060         Init();
00061     }

Here is the call graph for this function:


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