Searched refs:Init (Results 1 - 14 of 14) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
H A DFrameBuffer.h15 bool Init(int width, int height, GLenum format);
H A DFrameBuffer.cpp24 bool FrameBuffer::Init(int width, int height, GLenum format) { function in class:FrameBuffer
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.h57 unsigned long Init(int im_width,int im_height,
66 * x_coord and y_coord should be pre-allocated arrays of length returned by Init().
119 virtual unsigned long Init(int im_width,int im_height,
130 * x_coord and y_coord should be pre-allocated arrays of length returned by Init().
H A Ddb_feature_matching.h114 unsigned long Init(int im_width,int im_height,
123 * (returned by Init()).
202 virtual unsigned long Init(int im_width,int im_height,
213 * (returned by Init()).
237 * Checks if Init() was called.
238 * \return 1 if Init() was called, 0 otherwise.
H A Ddb_feature_detection.cpp1585 unsigned long db_CornerDetector_f::Init(int im_width,int im_height,int target_nr_corners, function in class:db_CornerDetector_f
1685 unsigned long db_CornerDetector_u::Init(int im_width,int im_height,int target_nr_corners, function in class:db_CornerDetector_u
H A Ddb_feature_matching.cpp3199 unsigned long db_Matcher_f::Init(int im_width,int im_height,double max_disparity,int target_nr_corners)
3254 Init(cm.m_w, cm.m_h, cm.m_max_disparity, cm.m_target, cm.m_max_disparity_v);
3260 Init(cm.m_w, cm.m_h, cm.m_max_disparity, cm.m_target, cm.m_max_disparity_v);
3284 unsigned long db_Matcher_u::Init(int im_width,int im_height,double max_disparity,int target_nr_corners,
/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Ddbstabsmooth.h49 void Init();
H A Ddbreg.h59 interest to the programmer. db_FrameToReferenceRegistration::Init(...) is used to initialize the parameters of the
94 reg.Init(w,h,motion_model_type,25,linear_polish,quarter_resolution,
154 void Init(int width, int height,
192 * Returns true if Init() was run.
252 void ResetMotionSmoothingParameters() { m_stab_smoother.Init(); }
257 * \param subsample boolean flag to control whether the function should internally subsample the provided image to the size provided in the Init() function.
H A Ddbreg.cpp147 void db_FrameToReferenceRegistration::Init(int width, int height, function in class:db_FrameToReferenceRegistration
212 //m_max_nr_corners = m_cd.Init(m_im_width,m_im_height,cd_target_nr_corners,cd_nr_horz_blocks,cd_nr_vert_blocks,0.0,0.0);
213 m_max_nr_corners = m_cd.Init(m_im_width,m_im_height,cd_target_nr_corners,cd_nr_horz_blocks,cd_nr_vert_blocks,DB_DEFAULT_ABS_CORNER_THRESHOLD/500.0,0.0);
216 m_max_nr_matches = m_cm.Init(m_im_width,m_im_height,cm_max_disparity,m_max_nr_corners,DB_DEFAULT_NO_DISPARITY,cm_use_smaller_matching_window,use_21);
H A Ddbstabsmooth.cpp29 Init();
32 void db_StabilizationSmoother::Init() function in class:db_StabilizationSmoother
/packages/apps/Camera/jni/
H A Dmosaic_renderer_jni.cpp549 gBuffer[0].Init(gPreviewFBOWidth, gPreviewFBOHeight, GL_RGBA);
550 gBuffer[1].Init(gPreviewFBOWidth, gPreviewFBOHeight, GL_RGBA);
552 gBufferInput[LR].Init(gPreviewImageWidth[LR],
555 gBufferInput[HR].Init(gPreviewImageWidth[HR],
558 gBufferInputYVU[LR].Init(gPreviewImageWidth[LR],
561 gBufferInputYVU[HR].Init(gPreviewImageWidth[HR],
H A Dfeature_mos_jni.cpp88 int Init(int mID, int nmax) function
117 LOGV("Init[%d]: %g ms [%d frames]",mID,time_c,nmax);
497 Init(LR,MAX_FRAMES);
529 Init(HR, frame_number_HR);
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DAlignFeatures.cpp82 reg.Init(width, height, motion_model_type, 20, linear_polish, quarter_res,
/packages/apps/Camera/jni/feature_stab/src/dbregtest/
H A Ddbregtest.cpp176 reg.Init(w,h,motion_model_type,DEFAULT_MAX_ITERATIONS,linear_polish,quarter_resolution,DB_POINT_STANDARDDEV,reference_update_period,do_motion_smoothing,motion_smoothing_gain,default_nr_samples,DB_DEFAULT_CHUNK_SIZE,nr_corners,max_disparity,use_smaller_matching_window);

Completed in 1075 milliseconds