Home | History | Annotate | Download | only in transcode

Lines Matching refs:tpend

3212     struct timeval tpstart,tpend; 
3277 gettimeofday(&tpend,NULL);
3278 timeuse=1000000*(tpend.tv_sec-tpstart.tv_sec)+ tpend.tv_usec-tpstart.tv_usec;