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

  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities.cpp 89 void db_CopyImage_u(unsigned char **d,const unsigned char * const *s, int w, int h, int over_allocation)
db_utilities.h 457 DB_API void db_CopyImage_u(unsigned char **d,const unsigned char * const *s,int w,int h,int over_allocation=0);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 267 db_CopyImage_u(m_reference_image,imptr,m_im_width,m_im_height,m_over_allocation);
483 //db_CopyImage_u(m_aligned_ins_image,imptr,m_im_width,m_im_height,m_over_allocation);

Completed in 171 milliseconds