Searched refs:prevTime (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_surfacetexture.cpp852 static nsecs_t prevTime = 0; local
908 if (prevTime) printf("inter-shot time (ms): %llu\n", (currTime - prevTime) / 1000000l);
909 prevTime = currTime;
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
H A Dvenc_test.cpp1111 static long long prevTime = 0; local
1123 if (prevTime != 0)
1126 D("FBD_DELTA = %lld\n", currTime - prevTime);
1128 prevTime = currTime;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
H A Dvenc_test.cpp1124 static long long prevTime = 0; local
1136 if (prevTime != 0) {
1138 D("FBD_DELTA = %lld\n", currTime - prevTime);
1141 prevTime = currTime;

Completed in 339 milliseconds