Home
last modified time | relevance | path

Searched refs:tpend (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/libva/test/encode/
Dmpeg2enc.c1509 struct timeval tpstart, tpend; in main() local
1520 gettimeofday(&tpend, NULL); in main()
1521 timeuse = 1000000 * (tpend.tv_sec - tpstart.tv_sec) + tpend.tv_usec - tpstart.tv_usec; in main()
Dmpeg2vaenc.c1525 struct timeval tpstart, tpend; in main() local
1536 gettimeofday(&tpend, NULL); in main()
1537 timeuse = 1000000 * (tpend.tv_sec - tpstart.tv_sec) + tpend.tv_usec - tpstart.tv_usec; in main()
Davcenc.c1558 struct timeval tpstart,tpend; in main() local
1688 gettimeofday(&tpend,NULL); in main()
1689 timeuse=1000000*(tpend.tv_sec-tpstart.tv_sec)+ tpend.tv_usec-tpstart.tv_usec; in main()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp3212 struct timeval tpstart,tpend; in encode_file() local
3277 gettimeofday(&tpend,NULL); in encode_file()
3278 timeuse=1000000*(tpend.tv_sec-tpstart.tv_sec)+ tpend.tv_usec-tpstart.tv_usec; in encode_file()