/development/perftests/panorama/feature_stab/src/dbreg/ |
dbreg.cpp | 32 m_aligned_ins_image = NULL; 84 if ( m_aligned_ins_image ) 85 db_FreeImage_u(m_aligned_ins_image,m_im_height); 121 m_aligned_ins_image = NULL; 209 m_aligned_ins_image = db_AllocImage_u(m_im_width,m_im_height,m_over_allocation); 478 // UpdateReference(m_aligned_ins_image,false); 483 //db_CopyImage_u(m_aligned_ins_image,imptr,m_im_width,m_im_height,m_over_allocation);
|
dbreg.h | 350 unsigned char ** m_aligned_ins_image; member in class:db_FrameToReferenceRegistration
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
dbreg.cpp | 32 m_aligned_ins_image = NULL; 84 if ( m_aligned_ins_image ) 85 db_FreeImage_u(m_aligned_ins_image,m_im_height); 121 m_aligned_ins_image = NULL; 209 m_aligned_ins_image = db_AllocImage_u(m_im_width,m_im_height,m_over_allocation); 478 // UpdateReference(m_aligned_ins_image,false); 483 //db_CopyImage_u(m_aligned_ins_image,imptr,m_im_width,m_im_height,m_over_allocation);
|
dbreg.h | 350 unsigned char ** m_aligned_ins_image; member in class:db_FrameToReferenceRegistration
|