Searched refs:total_rate (Results 1 – 3 of 3) sorted by relevance
586 float total_rate = 0.0; in main() local637 total_rate += dec_ret->frame_rate; in main()642 total_rate /= cmd->nthreads; in main()643 mpp_log("average frame rate %.2f\n", total_rate); in main()648 return (int)total_rate; in main()
1014 float total_rate = 0.0; in enc_test_mt() local1091 total_rate += enc_ret->frame_rate; in enc_test_mt()1096 total_rate /= cmd->nthreads; in enc_test_mt()1097 mpp_log("%s average frame rate %.2f\n", name, total_rate); in enc_test_mt()
1303 float total_rate = 0.0; in enc_test_multi() local1346 total_rate += enc_ret->frame_rate; in enc_test_multi()1351 total_rate /= cmd->nthreads; in enc_test_multi()1352 mpp_log("%s average frame rate %.2f\n", name, total_rate); in enc_test_multi()