OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UpdateReference
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.cpp
252
int db_FrameToReferenceRegistration::
UpdateReference
(const unsigned char * const * im, bool subsample, bool detect_corners)
352
UpdateReference
(im,true,true);
477
UpdateReference
(imptr,false);
478
//
UpdateReference
(m_aligned_ins_image,false);
497
//
UpdateReference
(imptr,false, false);
500
UpdateReference
(imptr,false, true);
502
UpdateReference
(imptr,false, false);
/packages/apps/Camera2/jni/feature_stab/src/dbreg/
dbreg.cpp
252
int db_FrameToReferenceRegistration::
UpdateReference
(const unsigned char * const * im, bool subsample, bool detect_corners)
352
UpdateReference
(im,true,true);
477
UpdateReference
(imptr,false);
478
//
UpdateReference
(m_aligned_ins_image,false);
497
//
UpdateReference
(imptr,false, false);
500
UpdateReference
(imptr,false, true);
502
UpdateReference
(imptr,false, false);
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp
252
int db_FrameToReferenceRegistration::
UpdateReference
(const unsigned char * const * im, bool subsample, bool detect_corners)
352
UpdateReference
(im,true,true);
477
UpdateReference
(imptr,false);
478
//
UpdateReference
(m_aligned_ins_image,false);
496
//
UpdateReference
(imptr,false, false);
499
UpdateReference
(imptr,false, true);
501
UpdateReference
(imptr,false, false);
Completed in 33 milliseconds