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

/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Ddbreg.cpp32 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);
H A Ddbreg.h350 unsigned char ** m_aligned_ins_image; member in class:db_FrameToReferenceRegistration
/packages/apps/Camera2/jni/feature_stab/src/dbreg/
H A Ddbreg.cpp32 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);
H A Ddbreg.h350 unsigned char ** m_aligned_ins_image; member in class:db_FrameToReferenceRegistration
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbreg.cpp32 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);
H A Ddbreg.h350 unsigned char ** m_aligned_ins_image; member in class:db_FrameToReferenceRegistration

Completed in 35 milliseconds