Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 594 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().

00596     {
00597         int frameIdx = mFrames->Size();
00598         const int lastPacketEntry = mPackets->Size() - 1;
00599         mFrames->Add(frameIdx, lastPacketEntry, isValid, isKey, 
00600             hashAsFixedStr);
00601     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:18:56 2010 for ImpalaSrc by  doxygen 1.5.1