Home | History | Annotate | Download | only in encode

Lines Matching refs:tpstart

1509     struct timeval tpstart, tpend; 
1512 gettimeofday(&tpstart, NULL);
1521 timeuse = 1000000 * (tpend.tv_sec - tpstart.tv_sec) + tpend.tv_usec - tpstart.tv_usec;