Home
last modified time | relevance | path

Searched refs:m_quarter_res_image (Results 1 – 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbreg.cpp34 m_quarter_res_image = NULL; in db_FrameToReferenceRegistration()
87 if ( m_quarter_res_image ) in Clean()
89 db_FreeImage_u(m_quarter_res_image, m_im_height); in Clean()
123 m_quarter_res_image = NULL; in Clean()
185 m_quarter_res_image = db_AllocImage_u(width,height,m_over_allocation); in Init()
263 imptr = m_quarter_res_image; in UpdateReference()
360 if (m_quarter_res_image) in AddFrame()
365 imptr = (const unsigned char * const* )m_quarter_res_image; in AddFrame()
775 unsigned char* out_row_ptr = m_quarter_res_image[j/2]; in GenerateQuarterResImage()
Ddbreg.h353 unsigned char** m_quarter_res_image; variable