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

template<class ArrayT>
bool Impala::Core::Array::WriteJpg ( ArrayT *  src,
Persistency::File  file,
size_t  memBufSize = 10000000 
) [inline]

Definition at line 130 of file WriteJpg.h.

References Impala::Persistency::File::GetWriteBuffer(), and WriteJpg().

Referenced by Impala::Application::SDash::RoiExtractor::Extract(), Impala::Core::ImageSet::Thumbnails::HandleNewFile(), Impala::Core::VideoSet::ExportKeyframes::HandleNewFrame(), and Impala::Application::Src::WindowSrc::HandleNewFrame().

00131 {
00132     Util::IOBuffer* buf = file.GetWriteBuffer();
00133     if (!buf)
00134         return false;
00135     bool res = WriteJpg(src, buf, memBufSize);
00136     delete buf;
00137     return res;
00138 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:58:52 2010 for ImpalaSrc by  doxygen 1.5.1