Searched refs:force_reference (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Ddbreg.h187 * \param force_reference make this the new reference image
189 int AddFrame(const unsigned char * const * im, double H[9], bool force_reference=false, bool prewarp=false);
H A Ddbreg.cpp344 int db_FrameToReferenceRegistration::AddFrame(const unsigned char * const * im, double H[9],bool force_reference,bool prewarp) argument
347 if(!m_reference_set || force_reference)
/packages/apps/Camera/jni/feature_stab/src/dbregtest/
H A Ddbregtest.cpp196 bool force_reference = false; local
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbreg.h187 * \param force_reference make this the new reference image
189 int AddFrame(const unsigned char * const * im, double H[9], bool force_reference=false, bool prewarp=false);
H A Ddbreg.cpp344 int db_FrameToReferenceRegistration::AddFrame(const unsigned char * const * im, double H[9],bool force_reference,bool prewarp) argument
347 if(!m_reference_set || force_reference)
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
H A Ddbregtest.cpp196 bool force_reference = false; local

Completed in 71 milliseconds