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

UInt8* Impala::Core::Stream::RgbDataSrc::DataPtr (  )  const [inline]

Definition at line 255 of file RgbDataSrc.h.

References Impala::Core::Stream::DummyFrameProvider::DataPtr(), FrameHeight(), FrameNr(), FrameValid(), FrameWidth(), mData, and mNewImpl.

Referenced by Impala::Application::DataServer::AcceptRequest(), Impala::Core::Stream::RgbDataSrcWindow< Impala::Core::Stream::WindowPrepGaussDerivative >::Advance(), CalcHash_protected(), Impala::Visualization::AppControlSrc::CheckJumpFrame(), Impala::Application::Video::DemoVideo(), Impala::Application::WindowVdiff::DoProcessing(), Impala::Application::Util::DoTrecTopicData(), Impala::Visualization::AppControlSrc::ExportFrame(), Impala::Visualization::SegmentationDocumentGuiAnno::GetFrameArrIm(), Impala::Application::VideoExcel::TableDataSourceImageDir::GetImageDataByID(), Impala::Application::MediaTable::TableDataSourceImageDir::GetImageDataByID(), Impala::Visualization::RotorBrowser::RotorView::getNextStill(), Impala::Core::VideoSet::VxsDocument::GotoFrame(), Impala::Core::VideoSet::ExportStills::HandleNewFile(), Impala::Visualization::VxsDocumentGuiPlay::HandleNewFrame(), Impala::Core::VideoSet::ShotSegmenterGUI::HandleNewFrame(), Impala::Visualization::RgbDataSrcLavcTestGUI::HandleNewFrame(), Impala::Core::VideoSet::VisSemTrain::HandleNewFrame(), Impala::Core::VideoSet::VisSemGaborStat::HandleNewFrame(), Impala::Core::VideoSet::ShotSegmenter::HandleNewFrame(), Impala::Core::VideoSet::LbpEval::HandleNewFrame(), Impala::Core::VideoSet::KfrMotionExtractor::HandleNewFrame(), Impala::Core::VideoSet::HistogramExtractor::HandleNewFrame(), Impala::Core::VideoSet::ExportKeyframes::HandleNewFrame(), Impala::Core::VideoSet::ExportFrames::HandleNewFrame(), Impala::Core::VideoSet::Color64Extractor::HandleNewFrame(), Impala::Core::VideoSet::BlackFrameProc::HandleNewFrame(), Impala::Core::VideoSet::BlackFrameDetect::HandleNewFrame(), Impala::Core::VideoSet::ProtoSimilarityEval::HandleNewFrame(), Impala::Core::VideoSet::InterestPointProc::HandleNewFrame(), Impala::Core::VideoSet::ClusterFeatures::HandleNewFrame(), Impala::Application::Src::WindowSrc::HandleNewFrame(), Impala::Application::DemoCamera2d::WindowCamera2d::HandleNewFrame(), Impala::Application::WindowBackground::HandleNewFrame(), Impala::Core::Stream::RgbDataSrcWindow< Impala::Core::Stream::WindowPrepGaussDerivative >::JumpStart(), Impala::Core::DataFactory::MakeImage(), Impala::Visualization::VideoPlayer::ReadFrameIntoOglImage(), Impala::Visualization::DirImViewer3D::ReadImageIdx(), Impala::Application::Client::TestMpg(), Impala::Visualization::SegmentationDocumentGuiStills::UpdateFromMpg(), Impala::Visualization::DirImViewer::ViewCreateImage(), Impala::Visualization::TimeLineViewStrip::ViewStripCreateImage(), and Impala::Core::VideoSet::VxsDocument::VisualAtCursor().

00256     {
00257         if (!mNewImpl || FrameValid(FrameNr()))
00258             return mData;
00259         else
00260             return DummyFrameProvider::DataPtr(FrameWidth(), FrameHeight());
00261     }

Here is the call graph for this function:


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