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

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

Definition at line 57 of file RgbDataSrcLavc_old.h.

References Impala::CmdOptions::GetBool(), Impala::CmdOptions::GetInstance(), Impala::CmdOptions::GetString(), ILOG_WARN, Init(), Impala::Core::Stream::RgbDataSrc::LASTFRAME_UNKNOWN, mBufferedFrameNr, mFixCnt, mFixIndexIfBroken, mFrameCnt, mLastFixNr, Impala::Core::Stream::RgbDataSrc::mLastFrame, mMode, mPacket, Impala::Core::Stream::RgbDataSrc::mSrcName, mValid, SetJumpMethod(), and Impala::StringReplaceAll().

00059         : RgbDataSrcInfo(src, srcName, db, 
00060             DetermineInfoName(srcName, mode, db), true)
00061     {
00062         CmdOptions& options = CmdOptions::GetInstance();
00063         mValid = false;
00064         mMode = mode;
00065         mBufferedFrameNr = -1;
00066         mFixCnt = 0;
00067         mLastFixNr = 0;
00068 
00069         mLastFrame = mFrameCnt = LASTFRAME_UNKNOWN;
00070         mSrcName = StringReplaceAll(srcName, "\\", "/", false);
00071         mPacket = 0;
00072 
00073         mFixIndexIfBroken = options.GetBool("fixIdx", true);
00074         if (!mFixIndexIfBroken)
00075         {
00076             ILOG_WARN("Index will NOT be fixed if broken!");
00077         }
00078         SetJumpMethod(options.GetString("jmp", "pos"));        
00079 
00080         Init();
00081     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:17:49 2010 for ImpalaSrc by  doxygen 1.5.1