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

  /development/perftests/panorama/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)
70 dst.m_h = src.m_h;
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 55 int GetHeight() const { return m_h; }
63 unsigned char ** GetRowPointers() { if ( m_rows.size() == m_h ) return &m_rows[0]; else return NULL; }
85 int m_h; member in class:PgmImage
  /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)
70 dst.m_h = src.m_h;
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 55 int GetHeight() const { return m_h; }
63 unsigned char ** GetRowPointers() { if ( m_rows.size() == m_h ) return &m_rows[0]; else return NULL; }
85 int m_h; 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)
70 dst.m_h = src.m_h;
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 55 int GetHeight() const { return m_h; }
63 unsigned char ** GetRowPointers() { if ( m_rows.size() == m_h ) return &m_rows[0]; else return NULL; }
85 int m_h; member in class:PgmImage
  /development/perftests/panorama/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_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...]
  /external/chromium_org/chrome/browser/hang_monitor/
hung_window_detector.cc 134 if (NULL == child_process.m_h) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msi.h 67 MSIHANDLE m_h; member in class:PMSIHANDLE
69 PMSIHANDLE():m_h(0){}
70 PMSIHANDLE(MSIHANDLE h):m_h(h) { }
71 ~PMSIHANDLE() { if (m_h!=0) MsiCloseHandle (m_h); }
72 void operator =(MSIHANDLE h) { if (m_h) MsiCloseHandle (m_h); m_h=h; }
73 operator MSIHANDLE() { return m_h; }
74 MSIHANDLE *operator &() { if (m_h) MsiCloseHandle (m_h); m_h = 0; return &m_h;
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
ImageUtils.cpp 179 int m_h = height; local
182 ImageType *m_rows = new ImageType[m_h];
184 for (i=0;i<m_h;i++) {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
lpc_analysis.c 82 int m, m_h, i; local
100 m_h = (m + 1) >> 1;
101 for (i = 0; i < m_h; i++){
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
lpc_analysis.c 82 int m, m_h, i; local
100 m_h = (m + 1) >> 1;
101 for (i = 0; i < m_h; i++){
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 179 int m_h = height; local
182 ImageType *m_rows = new ImageType[m_h];
184 for (i=0;i<m_h;i++) {
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 179 int m_h = height; local
182 ImageType *m_rows = new ImageType[m_h];
184 for (i=0;i<m_h;i++) {

Completed in 346 milliseconds