Home
last modified time | relevance | path

Searched refs:avg_time (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
Dresult.py127 self.avg_time = float(self.total_time)/self.num_files
130 print('Average Processing Time: %f' % self.avg_time)
/external/libavc/test/encoder/
Dapp.h321 WORD32 avg_time; member
Dmain.c927 ps_app_ctxt->avg_time = 0; in init_default_params()
1870 ps_app_ctxt->avg_time = u4_total_time / ps_app_ctxt->u4_pics_cnt; in synchronous_encode()
1878 num_bytes, timetaken, ps_app_ctxt->avg_time, in synchronous_encode()
2532 printf("Average Time per Frame : %-4d\n", s_app_ctxt.avg_time); in h264enc_main()
2533 printf("Achieved FPS : %-4.2f\n", 1000000.0 / s_app_ctxt.avg_time); in h264enc_main()