Home
last modified time | relevance | path

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

/rockchip-linux_mpp/test/
H A Dmpi_enc_mt_test.c38 RK_S32 frm_cnt_out; member
923 "encoded frame %-4d", p->frm_cnt_out); in enc_test_output()
979 p->frm_cnt_out += eoi; in enc_test_output()
981 if (p->frm_cnt_out != p->frm_cnt_in) in enc_test_output()
984 if (p->frame_num > 0 && p->frm_cnt_out >= p->frame_num) { in enc_test_output()
1002 enc_ret->frame_count = p->frm_cnt_out; in enc_test_output()
1004 enc_ret->frame_rate = (float)p->frm_cnt_out * 1000000 / enc_ret->elapsed_time; in enc_test_output()
1005 enc_ret->bit_rate = (p->stream_size * 8 * (p->fps_out_num / p->fps_out_den)) / p->frm_cnt_out; in enc_test_output()