Searched refs:tpstart (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/libva/test/encode/
H A Dmpeg2enc.c1509 struct timeval tpstart, tpend; local
1512 gettimeofday(&tpstart, NULL);
1521 timeuse = 1000000 * (tpend.tv_sec - tpstart.tv_sec) + tpend.tv_usec - tpstart.tv_usec;
H A Dmpeg2vaenc.c1525 struct timeval tpstart, tpend; local
1528 gettimeofday(&tpstart, NULL);
1537 timeuse = 1000000 * (tpend.tv_sec - tpstart.tv_sec) + tpend.tv_usec - tpstart.tv_usec;
H A Davcenc.c1558 struct timeval tpstart,tpend; local
1636 gettimeofday(&tpstart,NULL);
1689 timeuse=1000000*(tpend.tv_sec-tpstart.tv_sec)+ tpend.tv_usec-tpstart.tv_usec;
/hardware/intel/common/libva/test/transcode/
H A Dmpeg2transcode.cpp3212 struct timeval tpstart,tpend; local
3225 gettimeofday(&tpstart,NULL);
3278 timeuse=1000000*(tpend.tv_sec-tpstart.tv_sec)+ tpend.tv_usec-tpstart.tv_usec;

Completed in 31 milliseconds