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

/hardware/ti/omap4xxx/camera/
H A DCameraHalCommon.cpp70 unsigned long long elapsed, absolute; local
72 elapsed = ppm.tv_sec - ppm_start.tv_sec;
73 elapsed *= 1000000;
74 elapsed += ppm.tv_usec - ppm_start.tv_usec;
79 ALOGD("PPM: %s :%llu.%llu ms : %llu ms", str, ( elapsed /1000 ), ( elapsed % 1000 ), absolute);
89 Calculates and dumps the elapsed time using 'ppm_first' as
/hardware/ti/omap4-aah/camera/
H A DCameraHalCommon.cpp71 unsigned long long elapsed, absolute; local
73 elapsed = ppm.tv_sec - ppm_start.tv_sec;
74 elapsed *= 1000000;
75 elapsed += ppm.tv_usec - ppm_start.tv_usec;
80 CAMHAL_LOGI("PPM: %s :%llu.%llu ms : %llu ms", str, ( elapsed /1000 ), ( elapsed % 1000 ), absolute);
90 Calculates and dumps the elapsed time using 'ppm_first' as
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17527 // This flags control whether Google Test prints the elapsed time for each
17940 // Returns the elapsed time, in milliseconds.
17973 // Sets the elapsed time.
17974 void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; } argument
18016 // The elapsed time, in milliseconds.
18221 // Returns the elapsed time, in milliseconds.
18611 // Gets the elapsed time, in milliseconds.

Completed in 168 milliseconds