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

/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Ddbreg.cpp34 m_quarter_res_image = NULL;
87 if ( m_quarter_res_image )
89 db_FreeImage_u(m_quarter_res_image, m_im_height);
123 m_quarter_res_image = NULL;
185 m_quarter_res_image = db_AllocImage_u(width,height,m_over_allocation);
263 imptr = m_quarter_res_image;
360 if (m_quarter_res_image)
365 imptr = (const unsigned char * const* )m_quarter_res_image;
776 unsigned char* out_row_ptr = m_quarter_res_image[j/2];
H A Ddbreg.h353 unsigned char** m_quarter_res_image; member in class:db_FrameToReferenceRegistration
/packages/apps/Camera2/jni/feature_stab/src/dbreg/
H A Ddbreg.cpp34 m_quarter_res_image = NULL;
87 if ( m_quarter_res_image )
89 db_FreeImage_u(m_quarter_res_image, m_im_height);
123 m_quarter_res_image = NULL;
185 m_quarter_res_image = db_AllocImage_u(width,height,m_over_allocation);
263 imptr = m_quarter_res_image;
360 if (m_quarter_res_image)
365 imptr = (const unsigned char * const* )m_quarter_res_image;
776 unsigned char* out_row_ptr = m_quarter_res_image[j/2];
H A Ddbreg.h353 unsigned char** m_quarter_res_image; member in class:db_FrameToReferenceRegistration
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbreg.cpp34 m_quarter_res_image = NULL;
87 if ( m_quarter_res_image )
89 db_FreeImage_u(m_quarter_res_image, m_im_height);
123 m_quarter_res_image = NULL;
185 m_quarter_res_image = db_AllocImage_u(width,height,m_over_allocation);
263 imptr = m_quarter_res_image;
360 if (m_quarter_res_image)
365 imptr = (const unsigned char * const* )m_quarter_res_image;
775 unsigned char* out_row_ptr = m_quarter_res_image[j/2];
H A Ddbreg.h353 unsigned char** m_quarter_res_image; member in class:db_FrameToReferenceRegistration

Completed in 36 milliseconds