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

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
AlignFeatures.cpp 101 return addFrame(imageGray);
104 int Align::addFrame(ImageType imageGray_)
113 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/Gallery2/jni_mosaic/feature_mos/src/mosaic/
AlignFeatures.cpp 101 return addFrame(imageGray);
104 int Align::addFrame(ImageType imageGray_)
113 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/LegacyCamera/jni/feature_mos/src/mosaic/
AlignFeatures.cpp 101 return addFrame(imageGray);
104 int Align::addFrame(ImageType imageGray_)
113 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/
feature_mos_jni.cpp 166 int AddFrame(int mID, int k, float* trs1d)
171 int ret_code = mosaic[mID]->addFrame(tImage[mID][k]);
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/Gallery2/jni_mosaic/
feature_mos_jni.cpp 166 int AddFrame(int mID, int k, float* trs1d)
171 int ret_code = mosaic[mID]->addFrame(tImage[mID][k]);
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/LegacyCamera/jni/
feature_mos_jni.cpp 166 int AddFrame(int mID, int k, float* trs1d)
171 int ret_code = mosaic[mID]->addFrame(tImage[mID][k]);
381 ret_code = AddFrame(LR, frame_number_LR, gTRS);
445 ret_code = AddFrame(LR, frame_number_LR, gTRS);
535 AddFrame(HR, k, NULL);
  /external/webp/src/demux/
demux.c 181 static int AddFrame(WebPDemuxer* const dmux, Frame* const frame) {
324 added_frame = AddFrame(dmux, frame);
358 added_fragment = AddFrame(dmux, frame);
447 AddFrame(dmux, frame);
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h 60 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);
dbreg.cpp 344 int db_FrameToReferenceRegistration::AddFrame(const unsigned char * const * im, double H[9],bool force_reference,bool prewarp)
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 202 reg.AddFrame(ref.GetRowPointers(),H,false,false);
  /packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbreg/
dbreg.h 60 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);
dbreg.cpp 344 int db_FrameToReferenceRegistration::AddFrame(const unsigned char * const * im, double H[9],bool force_reference,bool prewarp)
  /packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbregtest/
dbregtest.cpp 202 reg.AddFrame(ref.GetRowPointers(),H,false,false);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.h 60 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);
dbreg.cpp 344 int db_FrameToReferenceRegistration::AddFrame(const unsigned char * const * im, double H[9],bool force_reference,bool prewarp)
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 202 reg.AddFrame(ref.GetRowPointers(),H,false,false);
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmobj.h 430 STDMETHOD(AddFrame)(THIS_ LPDIRECT3DRMFRAME) PURE;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMOBJ.H 430 STDMETHOD(AddFrame)(THIS_ LPDIRECT3DRMFRAME) PURE;

Completed in 1716 milliseconds