Home
last modified time | relevance | path

Searched refs:Init (Results 1 – 23 of 23) sorted by relevance

/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_feature_detection.h57 unsigned long Init(int im_width,int im_height,
119 virtual unsigned long Init(int im_width,int im_height,
Ddb_feature_matching.h114 unsigned long Init(int im_width,int im_height,
202 virtual unsigned long Init(int im_width,int im_height,
Ddb_feature_detection.cpp1585 unsigned long db_CornerDetector_f::Init(int im_width,int im_height,int target_nr_corners, in Init() function in db_CornerDetector_f
1685 unsigned long db_CornerDetector_u::Init(int im_width,int im_height,int target_nr_corners, in Init() function in db_CornerDetector_u
Ddb_feature_matching.cpp3199 unsigned long db_Matcher_f::Init(int im_width,int im_height,double max_disparity,int target_nr_corn… in Init() function in db_Matcher_f
3254 Init(cm.m_w, cm.m_h, cm.m_max_disparity, cm.m_target, cm.m_max_disparity_v); in db_Matcher_u()
3260 Init(cm.m_w, cm.m_h, cm.m_max_disparity, cm.m_target, cm.m_max_disparity_v); in operator =()
3284 unsigned long db_Matcher_u::Init(int im_width,int im_height,double max_disparity,int target_nr_corn… in Init() function in db_Matcher_u
/development/perftests/panorama/feature_mos/src/mosaic_renderer/
DFrameBuffer.h18 bool Init(int width, int height, GLenum format);
DFrameBuffer.cpp24 bool FrameBuffer::Init(int width, int height, GLenum format) { in Init() function in FrameBuffer
/development/testrunner/
Dlogger.py30 def Init(log_file_path): function
/development/ndk/sources/android/ndk_helper/
DGLContext.h92 bool Init( ANativeWindow* window );
DJNIHelper.h77 static void Init( ANativeActivity* activity,
DGLContext.cpp78 bool GLContext::Init( ANativeWindow* window ) in Init() function in ndk_helper::GLContext
216 Init( window ); in Resume()
DJNIHelper.cpp70 void JNIHelper::Init( ANativeActivity* activity, in Init() function in ndk_helper::JNIHelper
/development/ndk/platforms/android-17/samples/Teapot/jni/
DTeapotRenderer.h96 void Init();
DTeapotNativeActivity.cpp120 renderer_.Init(); in LoadResources()
139 gl_context_->Init( app_->window ); in InitDisplay()
440 ndk_helper::JNIHelper::Init( state->activity, HELPER_CLASS_NAME ); in android_main()
DTeapotRenderer.cpp47 void TeapotRenderer::Init() in Init() function in TeapotRenderer
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/
DMoreTeapotsNativeActivity.cpp130 renderer_.Init( NUM_TEAPOTS_X, NUM_TEAPOTS_Y, NUM_TEAPOTS_Z ); in LoadResources()
149 gl_context_->Init( app_->window ); in InitDisplay()
451 ndk_helper::JNIHelper::GetInstance()->Init( state->activity, HELPER_CLASS_NAME ); in android_main()
DMoreTeapotsRenderer.h115 void Init( const int32_t numX,
DMoreTeapotsRenderer.cpp51 void MoreTeapotsRenderer::Init( const int32_t numX, in Init() function in MoreTeapotsRenderer
/development/perftests/panorama/feature_stab/src/dbreg/
Ddbstabsmooth.h49 void Init();
Ddbreg.h154 void Init(int width, int height,
252 void ResetMotionSmoothingParameters() { m_stab_smoother.Init(); } in ResetMotionSmoothingParameters()
Ddbreg.cpp147 void db_FrameToReferenceRegistration::Init(int width, int height, in Init() function in db_FrameToReferenceRegistration
213 …m_max_nr_corners = m_cd.Init(m_im_width,m_im_height,cd_target_nr_corners,cd_nr_horz_blocks,cd_nr_v… in Init()
216 …m_max_nr_matches = m_cm.Init(m_im_width,m_im_height,cm_max_disparity,m_max_nr_corners,DB_DEFAULT_N… in Init()
Ddbstabsmooth.cpp29 Init(); in db_StabilizationSmoother()
32 void db_StabilizationSmoother::Init() in Init() function in db_StabilizationSmoother
/development/perftests/panorama/feature_mos/src/mosaic/
DAlignFeatures.cpp82 reg.Init(width, height, motion_model_type, 20, linear_polish, quarter_res, in initialize()
/development/perftests/panorama/feature_stab/src/dbregtest/
Ddbregtest.cpp176 …reg.Init(w,h,motion_model_type,DEFAULT_MAX_ITERATIONS,linear_polish,quarter_resolution,DB_POINT_ST… in main()