Searched refs:AddFrame (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DAlignFeatures.cpp113 reg.AddFrame(m_rows, Hcurr, true); // Force this to be a reference frame
123 reg.AddFrame(m_rows, Hcurr, false);
211 // For these frames, we don't set Hcurr to identity in AddFrame() and the
214 // append their Hcurr to Hprev in AddFrame() and then set Hcurr to identity.
/packages/apps/Camera/jni/
H A Dfeature_mos_jni.cpp166 int AddFrame(int mID, int k, float* trs1d) function
381 ret_code = AddFrame(LR, frame_number_LR, gTRS);
445 ret_code = AddFrame(LR, frame_number_LR, gTRS);
535 AddFrame(HR, k, NULL);
/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Ddbreg.h60 registration algorithm. db_FrameToReferenceRegistration::AddFrame(...) is the method by which each new video frame
104 reg.AddFrame(image_storage,frame_to_ref_homography);
110 // class to store the image as its reference. Otherwise, AddFrame
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) function in class:db_FrameToReferenceRegistration
/packages/apps/Camera/jni/feature_stab/src/dbregtest/
H A Ddbregtest.cpp202 reg.AddFrame(ref.GetRowPointers(),H,false,false);

Completed in 77 milliseconds