/packages/apps/Camera/jni/ |
feature_mos_jni.cpp | 90 double t0, t1, time_c; local 116 time_c = t1 - t0; 117 LOGV("Init[%d]: %g ms [%d frames]",mID,time_c,nmax); 168 double t0, t1, time_c; local 194 double t0, t1, time_c; local 200 time_c = t1 - t0; 201 LOGV("CreateMosaic: %g ms",time_c); 367 double t0, t1, time_c; local 419 double t0, t1, time_c; local 524 double t0, t1, time_c; local [all...] |
mosaic_renderer_jni.cpp | 694 double t0, t1, time_c; local
|
/packages/apps/Camera2/jni/ |
feature_mos_jni.cpp | 90 double t0, t1, time_c; local 116 time_c = t1 - t0; 117 LOGV("Init[%d]: %g ms [%d frames]",mID,time_c,nmax); 168 double t0, t1, time_c; local 194 double t0, t1, time_c; local 200 time_c = t1 - t0; 201 LOGV("CreateMosaic: %g ms",time_c); 367 double t0, t1, time_c; local 419 double t0, t1, time_c; local 524 double t0, t1, time_c; local [all...] |
mosaic_renderer_jni.cpp | 694 double t0, t1, time_c; local
|
/packages/apps/LegacyCamera/jni/ |
feature_mos_jni.cpp | 90 double t0, t1, time_c; local 116 time_c = t1 - t0; 117 LOGV("Init[%d]: %g ms [%d frames]",mID,time_c,nmax); 168 double t0, t1, time_c; local 194 double t0, t1, time_c; local 200 time_c = t1 - t0; 201 LOGV("CreateMosaic: %g ms",time_c); 367 double t0, t1, time_c; local 419 double t0, t1, time_c; local 524 double t0, t1, time_c; local [all...] |
mosaic_renderer_jni.cpp | 657 double t0, t1, time_c; local
|
/development/ndk/samples/hello-neon/jni/ |
helloneon.c | 87 double t0, t1, time_c, time_neon; local 107 time_c = t1 - t0; 109 asprintf(&str, "FIR Filter benchmark:\nC version : %g ms\n", time_c); 143 asprintf(&str, "%g ms (x%g faster)\n", time_neon, time_c / (time_neon < 1e-6 ? 1. : time_neon));
|