Home | History | Annotate | Download | only in jni

Lines Matching refs:time_c

90         double  t0, t1, time_c;
116 time_c = t1 - t0;
117 LOGV("Init[%d]: %g ms [%d frames]",mID,time_c,nmax);
168 double t0, t1, time_c;
194 double t0, t1, time_c;
200 time_c = t1 - t0;
201 LOGV("CreateMosaic: %g ms",time_c);
367 double t0, t1, time_c;
419 double t0, t1, time_c;
524 double t0, t1, time_c;
548 time_c = t1 - t0;
549 LOGV("AlignAll - %d frames [HR]: %g ms", frame_number_HR, time_c);