Searched refs:fps_in_denorm (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu_v2.c | 47 RK_S32 fps_in_denorm; member 533 mpp_assert(rc->fps_out_num / rc->fps_out_denorm <= rc->fps_in_num / rc->fps_in_denorm); in h264e_vepu_mbrc_setup() 536 p->fps_in_denorm = rc->fps_in_denorm; in h264e_vepu_mbrc_setup() 540 p->fps_step = rc->fps_in_denorm * rc->fps_out_num; in h264e_vepu_mbrc_setup()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/rc/ |
| H A D | rc.cpp | 149 RK_S32 rate_out = cfg->fps_out_num * cfg->fps_in_denorm; in rc_frm_check_drop() 152 mpp_assert(cfg->fps_in_denorm >= 1); in rc_frm_check_drop()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | mpp_rc_api.h | 90 RK_S32 fps_in_denorm; member
|
| H A D | rk_venc_cmd.h | 329 RK_S32 fps_in_denorm; member
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | mpp_rc_api.h | 90 RK_S32 fps_in_denorm; member
|
| H A D | rk_venc_cmd.h | 329 RK_S32 fps_in_denorm; member
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/common/ |
| H A D | hal_info.c | 265 rc->fps_in_num / rc->fps_in_denorm); in hal_info_from_enc_cfg()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/ |
| H A D | mpp_enc_impl.cpp | 564 dst->fps_in_denorm = src->fps_in_denorm; in mpp_enc_proc_rc_cfg() 710 if (dst->fps_in_num < 0 || dst->fps_in_denorm < 0 || in mpp_enc_proc_rc_cfg() 713 dst->fps_in_num, dst->fps_in_denorm, dst->fps_in_flex, in mpp_enc_proc_rc_cfg() 1203 cfg->fps.fps_in_denorm = rc->fps_in_denorm; in set_rc_cfg() 1287 cfg->fps.fps_in_num, cfg->fps.fps_in_denorm, in set_rc_cfg()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/ |
| H A D | vp8e_api_v2.c | 100 rc_cfg->fps_in_denorm = 1; in vp8e_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_enc_cfg.cpp | 135 …ENTRY(rc, fps_in_denorm, S32, RK_S32, MPP_ENC_RC_CFG_CHANGE_FPS_IN, rc, fp…
|
| /OK3568_Linux_fs/external/mpp/test/ |
| H A D | mpi_rc2_test.c | 434 rc_cfg->fps_in_denorm = 1; in mpi_rc_enc_init() 498 mpp_enc_cfg_set_s32(cfg, "rc:fps_in_denorm", rc_cfg->fps_in_denorm); in mpi_rc_enc_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/jpeg/ |
| H A D | jpege_api_v2.c | 85 rc->fps_in_denorm = 1; in jpege_init_v2()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/ |
| H A D | h265e_api.c | 150 rc_cfg->fps_in_denorm = 1; in h265e_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/ |
| H A D | h264e_api_v2.c | 167 rc_cfg->fps_in_denorm = 1; in init_h264e_cfg_set()
|