Home | History | Annotate | Download | only in videoprocess

Lines Matching defs:end_time

1084     struct timeval start_time, end_time;
1099 gettimeofday(&end_time, NULL);
1100 float duration = (end_time.tv_sec - start_time.tv_sec) +
1101 (end_time.tv_usec - start_time.tv_usec)/1000000.0;