Searched refs:fps_in_denom (Results 1 – 14 of 14) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/rc/ |
| H A D | rc.c | 139 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 D | hal_h264e_vepu_v2.c | 47 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 D | mpp_rc_api.h | 80 RK_S32 fps_in_denom; member
|
| H A D | rk_venc_cmd.h | 281 RK_S32 fps_in_denom; member
|
| /rockchip-linux_mpp/mpp/codec/enc/vp8/ |
| H A D | vp8e_api_v2.c | 97 rc_cfg->fps_in_denom = 1; in vp8e_init()
|
| /rockchip-linux_mpp/mpp/hal/common/ |
| H A D | hal_info.c | 264 rc->fps_in_num / rc->fps_in_denom); in hal_info_from_enc_cfg()
|
| /rockchip-linux_mpp/mpp/codec/enc/jpeg/ |
| H A D | jpege_api_v2.c | 63 rc->fps_in_denom = 1; in jpege_init_v2()
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_cfg.c | 57 …, 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 D | mpp_enc_impl.c | 645 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 D | h265e_api.c | 161 rc_cfg->fps_in_denom = 1; in h265e_init()
|
| /rockchip-linux_mpp/test/ |
| H A D | mpi_rc2_test.c | 422 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 D | h264e_api_v2.c | 176 rc_cfg->fps_in_denom = 1; in init_h264e_cfg_set()
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_CN.md | 620 … | 表示输入帧率是否可变的标志位,默认为0。 为0表示输入帧率固定,帧率计算方式为: fps_in_num / fps_in_denom,可以表示分数帧率。 为1表示输… 622 | rc:fps_in_denom | S32 | RK_S32 | 表示输入帧率分数值的分母部分,默认值为1。 …
|
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 591 …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. …
|