Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Dapp.h321 WORD32 avg_time; member
Dmain.c927 ps_app_ctxt->avg_time = 0; in init_default_params()
1929 ps_app_ctxt->avg_time = u4_total_time / ps_app_ctxt->u4_pics_cnt; in synchronous_encode()
1937 num_bytes, timetaken, ps_app_ctxt->avg_time, in synchronous_encode()
2596 printf("Average Time per Frame : %-4d\n", s_app_ctxt.avg_time); in h264enc_main()
2597 printf("Achieved FPS : %-4.2f\n", 1000000.0 / s_app_ctxt.avg_time); in h264enc_main()