Home
last modified time | relevance | path

Searched refs:t_start (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/libdrm/libdrm/nouveau/
Dnouveau_notifier.c131 double time = 0, t_start = gettime(); in nouveau_notifier_wait_status() local
141 time = gettime() - t_start; in nouveau_notifier_wait_status()
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
Domx_vdec_test.cpp281 struct timeval t_start = {0, 0}, t_end = {0, 0}; variable
663 gettimeofday(&t_start, NULL); in fbd_thread()
841 total_time = ((float) ((t_end.tv_sec - t_start.tv_sec) * 1e6 in fbd_thread()
842 + t_end.tv_usec - t_start.tv_usec))/ 1e6; in fbd_thread()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
Domx_vdec_test.cpp411 struct timeval t_start = {0, 0}, t_end = {0, 0}; variable
792 gettimeofday(&t_start, NULL); in fbd_thread()
1044 total_time = ((float) ((t_end.tv_sec - t_start.tv_sec) * 1e6 in fbd_thread()
1045 + t_end.tv_usec - t_start.tv_usec))/ 1e6; in fbd_thread()