Home | History | Annotate | Download | only in mosaic

Lines Matching refs:Mosaic

18 // Mosaic.pp
21 // $Id: Mosaic.cpp,v 1.20 2011/06/24 04:22:14 mbansal Exp $
26 #include "Mosaic.h"
30 #define LOG_TAG "MOSAIC"
32 Mosaic::Mosaic()
40 Mosaic::~Mosaic()
60 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still)
124 int Mosaic::addFrameRGB(ImageType imageRGB)
142 int Mosaic::addFrame(ImageType imageYVU)
192 int Mosaic::createMosaic(float &progress, bool &cancelComputation)
211 // Blend the mosaic (alignment has already been done)
234 ImageType Mosaic::getMosaic(int &width, int &height)
244 int Mosaic::balanceRotations()