Searched refs:avg_time (Results 1 – 3 of 3) sorted by relevance
127 self.avg_time = float(self.total_time)/self.num_files130 print('Average Processing Time: %f' % self.avg_time)
321 WORD32 avg_time; member
927 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()