Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/rc/
H A Drc.c138 RK_S32 rate_in = cfg->fps_in_num * cfg->fps_out_denom; in rc_frm_check_drop() local
144 mpp_assert(rate_in >= rate_out); in rc_frm_check_drop()
148 frm_cnt = rate_in - rate_out; in rc_frm_check_drop()
152 if (frm_cnt < rate_in) in rc_frm_check_drop()
155 frm_cnt -= rate_in; in rc_frm_check_drop()