Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/rc/
H A Drc.c139 RK_S32 rate_out = cfg->fps_out_num * cfg->fps_in_denom; in rc_frm_check_drop()
142 mpp_assert(cfg->fps_in_denom >= 1); in rc_frm_check_drop()
/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.c47 RK_S32 fps_in_denom; member
533 mpp_assert(rc->fps_out_num / rc->fps_out_denom <= rc->fps_in_num / rc->fps_in_denom); in h264e_vepu_mbrc_setup()
536 p->fps_in_denom = rc->fps_in_denom; in h264e_vepu_mbrc_setup()
540 p->fps_step = rc->fps_in_denom * rc->fps_out_num; in h264e_vepu_mbrc_setup()
/rockchip-linux_mpp/inc/
H A Dmpp_rc_api.h80 RK_S32 fps_in_denom; member
H A Drk_venc_cmd.h281 RK_S32 fps_in_denom; member
/rockchip-linux_mpp/mpp/codec/enc/vp8/
H A Dvp8e_api_v2.c97 rc_cfg->fps_in_denom = 1; in vp8e_init()
/rockchip-linux_mpp/mpp/hal/common/
H A Dhal_info.c264 rc->fps_in_num / rc->fps_in_denom); in hal_info_from_enc_cfg()
/rockchip-linux_mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c63 rc->fps_in_denom = 1; in jpege_init_v2()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c57 …, s32, rk_s32, fps_in_denorm, FLAG_PREV, rc, fps_in_denom) \
58 …ALIAS(prefix, s32, rk_s32, fps_in_denom, FLAG_PREV, rc, fp…
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c645 cfg->fps_in_num, cfg->fps_in_denom, in show_rc_update()
647 set->fps_in_num, set->fps_in_denom, in show_rc_update()
670 set->fps_in_num, set->fps_in_denom, set->fps_in_flex ? "flex" : "fix", in show_rc_update()
802 set->fps_in_denom != cfg->fps_in_denom || in proc_rc_cfg()
1575 cfg->fps.fps_in_denom = rc->fps_in_denom; in set_rc_cfg()
1668 cfg->fps.fps_in_num, cfg->fps.fps_in_denom, in set_rc_cfg()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_api.c161 rc_cfg->fps_in_denom = 1; in h265e_init()
/rockchip-linux_mpp/test/
H A Dmpi_rc2_test.c422 rc_cfg->fps_in_denom = 1; in mpi_rc_enc_init()
486 mpp_enc_cfg_set_s32(cfg, "rc:fps_in_denom", rc_cfg->fps_in_denom); in mpi_rc_enc_init()
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c176 rc_cfg->fps_in_denom = 1; in init_h264e_cfg_set()
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md620 … | 表示输入帧率是否可变的标志位,默认为0。 为0表示输入帧率固定,帧率计算方式为: fps_in_num / fps_in_denom,可以表示分数帧率。 为1表示输…
622 | rc:fps_in_denom | S32 | RK_S32 | 表示输入帧率分数值的分母部分,默认值为1。 …
H A DRockchip_Developer_Guide_MPP_EN.md591 …me rate is fixed, and the frame rate calculation method is fps_in_num/fps_in_denom, which can indi…
592 …me rate is fixed, and the frame rate calculation method is fps_in_num/fps_in_denom, which can indi…
594 |rc:fps_in_denom|S32|RK_S32|Indicates the denominator part of the input frame rate fraction value. …