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

template<class ArrayT>
bool Impala::Core::Array::WriteJpgToMemory ( ArrayT *  src,
char *  buf,
size_t  memBufSize,
size_t *  outSize 
) [inline]

Definition at line 86 of file WriteJpg.h.

References ILOG_ERROR, and ILOG_VAR.

Referenced by Impala::Core::VideoSet::ExportStills::HandleNewFile(), Impala::Core::ImageSet::Thumbnails::HandleNewFile(), Impala::Core::VideoSet::ExportKeyframes::HandleNewFrame(), Impala::Core::VideoSet::ExportFrames::HandleNewFrame(), and WriteJpg().

00087 {
00088     ILOG_VAR(Impala.Core.Array.WriteJpgToMemory);
00089     ILOG_ERROR("WriteJpg not available.");
00090     return false;
00091 }


Generated on Thu Jan 13 09:17:11 2011 for ImpalaSrc by  doxygen 1.5.1