HomeSort by relevance Sort by last modified time
    Searched refs:db_AllocImage_u (Results 1 - 6 of 6) sorted by null

  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities.cpp 60 unsigned char** db_AllocImage_u(int w,int h,int over_allocation)
db_utilities.h 440 DB_API unsigned char** db_AllocImage_u(int w,int h,int over_allocation=256);
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.cpp 184 m_horz_smooth_subsample_image = db_AllocImage_u(width,height*2,m_over_allocation);
185 m_quarter_res_image = db_AllocImage_u(width,height,m_over_allocation);
208 m_reference_image = db_AllocImage_u(m_im_width,m_im_height,m_over_allocation);
209 m_aligned_ins_image = db_AllocImage_u(m_im_width,m_im_height,m_over_allocation);
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities.cpp 60 unsigned char** db_AllocImage_u(int w,int h,int over_allocation)
db_utilities.h 440 DB_API unsigned char** db_AllocImage_u(int w,int h,int over_allocation=256);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 184 m_horz_smooth_subsample_image = db_AllocImage_u(width,height*2,m_over_allocation);
185 m_quarter_res_image = db_AllocImage_u(width,height,m_over_allocation);
208 m_reference_image = db_AllocImage_u(m_im_width,m_im_height,m_over_allocation);
209 m_aligned_ins_image = db_AllocImage_u(m_im_width,m_im_height,m_over_allocation);

Completed in 503 milliseconds