Home | History | Annotate | Download | only in encode

Lines Matching refs:tpstart

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