Searched refs:nframes (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DMosaic.h93 * \param nframes Number of frames to pre-allocate; default value -1 will allocate each frame as it comes
98 int initialize(int blendingType, int stripType, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
H A DMosaic.cpp60 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still) argument
82 if(nframes>-1)
84 for(int i=0; i<nframes; i++)
/packages/apps/Camera2/jni/feature_mos/src/mosaic/
H A DMosaic.h93 * \param nframes Number of frames to pre-allocate; default value -1 will allocate each frame as it comes
98 int initialize(int blendingType, int stripType, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
H A DMosaic.cpp60 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still) argument
82 if(nframes>-1)
84 for(int i=0; i<nframes; i++)
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DMosaic.h93 * \param nframes Number of frames to pre-allocate; default value -1 will allocate each frame as it comes
98 int initialize(int blendingType, int stripType, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
H A DMosaic.cpp56 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still) argument
78 if(nframes>-1)
80 for(int i=0; i<nframes; i++)

Completed in 158 milliseconds