Searched refs:m_match_index_ins (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Camera/jni/feature_stab/src/dbreg/ |
D | dbreg.cpp | 44 m_match_index_ins = NULL; in db_FrameToReferenceRegistration() 104 delete [] m_match_index_ins; in Clean() 133 m_match_index_ins = NULL; in Clean() 227 m_match_index_ins = new int [m_max_nr_matches]; in Init() 405 m_match_index_ref,m_match_index_ins,&m_nr_matches,H,0); in AddFrame() 409 m_match_index_ref,m_match_index_ins,&m_nr_matches); in AddFrame() 427 m_corners_ins[offset ] = m_x_corners_ins[m_match_index_ins[i]]; in AddFrame() 428 m_corners_ins[offset+1] = m_y_corners_ins[m_match_index_ins[i]]; in AddFrame()
|
D | dbreg.h | 343 int * m_match_index_ins; variable
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
D | dbreg.cpp | 44 m_match_index_ins = NULL; in db_FrameToReferenceRegistration() 104 delete [] m_match_index_ins; in Clean() 133 m_match_index_ins = NULL; in Clean() 227 m_match_index_ins = new int [m_max_nr_matches]; in Init() 405 m_match_index_ref,m_match_index_ins,&m_nr_matches,H,0); in AddFrame() 409 m_match_index_ref,m_match_index_ins,&m_nr_matches); in AddFrame() 427 m_corners_ins[offset ] = m_x_corners_ins[m_match_index_ins[i]]; in AddFrame() 428 m_corners_ins[offset+1] = m_y_corners_ins[m_match_index_ins[i]]; in AddFrame()
|
D | dbreg.h | 343 int * m_match_index_ins; variable
|
/packages/apps/Camera2/jni/feature_stab/src/dbreg/ |
D | dbreg.cpp | 44 m_match_index_ins = NULL; in db_FrameToReferenceRegistration() 104 delete [] m_match_index_ins; in Clean() 133 m_match_index_ins = NULL; in Clean() 227 m_match_index_ins = new int [m_max_nr_matches]; in Init() 405 m_match_index_ref,m_match_index_ins,&m_nr_matches,H,0); in AddFrame() 409 m_match_index_ref,m_match_index_ins,&m_nr_matches); in AddFrame() 427 m_corners_ins[offset ] = m_x_corners_ins[m_match_index_ins[i]]; in AddFrame() 428 m_corners_ins[offset+1] = m_y_corners_ins[m_match_index_ins[i]]; in AddFrame()
|
D | dbreg.h | 343 int * m_match_index_ins; variable
|