Home
last modified time | relevance | path

Searched refs:GETTIME (Results 1 – 6 of 6) sorted by relevance

/external/libavc/test/encoder/
Dapp.h157 #define GETTIME(timer) QueryPerformanceCounter(timer); macro
160 #define GETTIME(timer) gettimeofday(timer,NULL); macro
179 #define GETTIME(timer) macro
Dmain.c1839 GETTIME(&ps_app_ctxt->enc_start_time); in synchronous_encode()
2086 GETTIME(&ps_app_ctxt->enc_last_time); in synchronous_encode()
2099 GETTIME(&curtime); in synchronous_encode()
/external/libhevc/test/decoder/
Dmain.c97 #define GETTIME(timer) QueryPerformanceCounter(timer); macro
100 #define GETTIME(timer) gettimeofday(timer,NULL); macro
119 #define GETTIME(timer) macro
1554 GETTIME(&s_first_frame_time); in display_thread()
1563 GETTIME(&s_end_timer); in display_thread()
2752 GETTIME(&s_start_timer); in hevcdec_main()
2758 GETTIME(&s_end_timer); in hevcdec_main()
/external/libmpeg2/test/decoder/
Dmain.c95 #define GETTIME(timer) QueryPerformanceCounter(timer); macro
97 #define GETTIME(timer) gettimeofday(timer,NULL); macro
113 #define GETTIME(timer) macro
1587 GETTIME(&s_first_frame_time); in display_thread()
1596 GETTIME(&s_end_timer); in display_thread()
2886 GETTIME(&s_start_timer); in vdec_main()
2892 GETTIME(&s_end_timer); in vdec_main()
/external/libavc/test/decoder/
Dmain.c100 #define GETTIME(timer) QueryPerformanceCounter(timer); macro
103 #define GETTIME(timer) gettimeofday(timer,NULL); macro
122 #define GETTIME(timer) macro
1573 GETTIME(&s_first_frame_time); in display_thread()
1582 GETTIME(&s_end_timer); in display_thread()
3022 GETTIME(&s_start_timer); in h264dec_main()
3028 GETTIME(&s_end_timer); in h264dec_main()
/external/autotest/server/cros/servo/
Dchrome_cr50.py83 GETTIME = ['= (\S+)'] variable in ChromeCr50