Home | History | Annotate | Download | only in test

Lines Matching defs:total_time

738     float total_time = 0;
1044 total_time = ((float) ((t_end.tv_sec - t_start.tv_sec) * 1e6
1048 printf("\nAvg decoding frame rate=%f\n", (fbd_cnt - 1)/total_time);