Searched defs:m_a_thresh (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.h73 void SetAbsoluteThreshold(double a_thresh) { m_a_thresh = a_thresh; };
85 double m_a_thresh,m_r_thresh; member in class:db_CornerDetector_f
147 virtual void SetAbsoluteThreshold(double a_thresh) { m_a_thresh = a_thresh; };
173 double m_a_thresh,m_r_thresh; member in class:db_CornerDetector_u
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.h73 void SetAbsoluteThreshold(double a_thresh) { m_a_thresh = a_thresh; };
85 double m_a_thresh,m_r_thresh; member in class:db_CornerDetector_f
147 virtual void SetAbsoluteThreshold(double a_thresh) { m_a_thresh = a_thresh; };
173 double m_a_thresh,m_r_thresh; member in class:db_CornerDetector_u

Completed in 27 milliseconds