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

void Impala::Core::Stream::Lavc::VideoAccessStrategy::AddFrameToTable ( bool  isValid,
bool  isKey,
CString  hash,
const FixedString hashAsFixedStr 
) [inline, private]

Definition at line 608 of file VideoAccessStrategy.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Add(), mFrames, mPackets, and Impala::Core::Table::Table::Size().

Referenced by ProcessFrame().

00610     {
00611         int frameIdx = mFrames->Size();
00612         const int lastPacketEntry = mPackets->Size() - 1;
00613         mFrames->Add(frameIdx, lastPacketEntry, isValid, isKey, 
00614             hashAsFixedStr);
00615     }

Here is the call graph for this function:


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