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

  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 65 f_motLF.insid = inmot->refid;
66 f_motLF.refid = inmot->insid;
194 f_motLF.insid = inmot->refid;
195 f_motLF.refid = inmot->insid;
vp_motionmodel.c 198 out->refid=in->insid;
199 out->insid=refid;
277 Out->insid=InB->insid;
vp_motionmodel.h 132 and moves it by the par to get a point in insid
134 int insid; /* Inspection frame */ member in struct:__anon17037
270 #define VP_SET_INSID(m,id) do { (m).insid=id; } while (0)

Completed in 48 milliseconds