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

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

Definition at line 278 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(), 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::Visualization::RgbDataSrcLavcTestGUI::HandleNewFrame(), Impala::Core::VideoSet::VisSemTrain::HandleNewFrame(), Impala::Core::VideoSet::VisSemGaborStat::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::BlackFrameProc::HandleNewFrame(), Impala::Core::VideoSet::BlackFrameDetect::HandleNewFrame(), Impala::Core::VideoSet::ProtoSimilarityEval::HandleNewFrame(), Impala::Core::VideoSet::InterestPointProc::HandleNewFrame(), Impala::Core::VideoSet::Color64Extractor::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::Training::Factory::MakeImage(), Impala::Visualization::VideoPlayer::ReadFrameIntoOglImage(), Impala::Visualization::DirImViewer3D::ReadImageIdx(), Impala::Application::Client::TestMpg(), Impala::Visualization::SegmentationDocumentGuiStills::UpdateFromMpg(), Impala::Core::VideoSet::ShotSegmenter::UpdateHistograms(), Impala::Visualization::DirImViewer::ViewCreateImage(), Impala::Visualization::TimeLineViewStrip::ViewStripCreateImage(), and Impala::Core::VideoSet::VxsDocument::VisualAtCursor().

00279     {
00280         if (!mNewImpl || FrameValid(FrameNr()))
00281             return mData;
00282         else
00283             return DummyFrameProvider::DataPtr(FrameWidth(), FrameHeight());
00284     }

Here is the call graph for this function:


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