Home | History | Annotate | Download | only in encode

Lines Matching refs:tpend

1525     struct timeval tpstart, tpend; 
1536 gettimeofday(&tpend, NULL);
1537 timeuse = 1000000 * (tpend.tv_sec - tpstart.tv_sec) + tpend.tv_usec - tpstart.tv_usec;