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

  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 23 m_w(0),m_h(0),m_colors(255),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
30 m_colors(255),m_w(w),m_h(h),m_format(format),m_over_allocation(256)
36 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
42 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
52 m_colors(255),m_w(0),m_h(0),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
69 dst.m_w = src.m_w;
90 m_data.resize(m_w*m_h+m_over_allocation);
93 m_data.resize(m_w*m_h*3+m_over_allocation);
104 m_data.resize(m_w*m_h+m_over_allocation)
    [all...]
PgmImage.h 56 int GetWidth() const { return m_w; }
84 int m_w; member in class:PgmImage
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 23 m_w(0),m_h(0),m_colors(255),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
30 m_colors(255),m_w(w),m_h(h),m_format(format),m_over_allocation(256)
36 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
42 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
52 m_colors(255),m_w(0),m_h(0),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
69 dst.m_w = src.m_w;
90 m_data.resize(m_w*m_h+m_over_allocation);
93 m_data.resize(m_w*m_h*3+m_over_allocation);
104 m_data.resize(m_w*m_h+m_over_allocation)
    [all...]
PgmImage.h 56 int GetWidth() const { return m_w; }
84 int m_w; member in class:PgmImage
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.h 81 int m_w,m_h,m_cw,m_bw,m_bh; member in class:db_CornerDetector_f
169 int m_w,m_h,m_bw,m_bh; member in class:db_CornerDetector_u
db_feature_matching.h 147 int m_w,m_h,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,m_target; member in class:db_Matcher_f
246 int m_w,m_h,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,m_target; member in class:db_Matcher_u
db_feature_detection.cpp     [all...]
db_feature_matching.cpp     [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.h 81 int m_w,m_h,m_cw,m_bw,m_bh; member in class:db_CornerDetector_f
169 int m_w,m_h,m_bw,m_bh; member in class:db_CornerDetector_u
db_feature_matching.h 147 int m_w,m_h,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,m_target; member in class:db_Matcher_f
246 int m_w,m_h,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,m_target; member in class:db_Matcher_u
db_feature_detection.cpp     [all...]
db_feature_matching.cpp     [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 180 int m_w = width; local
185 m_rows[i] = &in[(m_w)*i];
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 180 int m_w = width; local
185 m_rows[i] = &in[(m_w)*i];

Completed in 182 milliseconds