Home | History | Annotate | Download | only in encode

Lines Matching refs:tpend

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