Home
last modified time | relevance | path

Searched refs:nframes (Results 1 – 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DMosaic.cpp56 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool qu… in initialize() argument
78 if(nframes>-1) in initialize()
80 for(int i=0; i<nframes; i++) in initialize()
DMosaic.h98 …int initialize(int blendingType, int stripType, int width, int height, int nframes = -1, bool quar…