| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu_v2.c | 46 RK_S32 fps_in_num; 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() 535 p->fps_in_num = rc->fps_in_num; in h264e_vepu_mbrc_setup() 541 p->fps_threshold = rc->fps_in_num * rc->fps_out_denorm; in h264e_vepu_mbrc_setup()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/ |
| H A D | mpp_encoder.cpp | 27 if (enc_params.fps_in_num == 0) in InitParams() 28 enc_params.fps_in_num = 30; in InitParams() 105 if (enc_params.fps_in_num == 0) in SetupEncCfg() 106 enc_params.fps_in_num = 30; in SetupEncCfg() 125 mpp_enc_cfg_set_s32(cfg, "rc:fps_in_num", enc_params.fps_in_num); in SetupEncCfg()
|
| H A D | mpp_encoder.h | 32 RK_S32 fps_in_num; member
|
| /OK3568_Linux_fs/external/mpp/test/ |
| H A D | mpi_enc_test.c | 108 RK_S32 fps_in_num; member 174 p->fps_in_num = cmd->fps_in_num; in test_ctx_init() 304 if (p->fps_in_num == 0) in test_mpp_enc_cfg_setup() 305 p->fps_in_num = 30; in test_mpp_enc_cfg_setup() 324 mpp_enc_cfg_set_s32(cfg, "rc:fps_in_num", p->fps_in_num); in test_mpp_enc_cfg_setup()
|
| H A D | mpi_enc_mt_test.cpp | 108 RK_S32 fps_in_num; member 185 p->fps_in_num = cmd->fps_in_num; in mt_test_ctx_init() 309 if (p->fps_in_num == 0) in test_mt_cfg_setup() 310 p->fps_in_num = 30; in test_mt_cfg_setup() 329 mpp_enc_cfg_set_s32(cfg, "rc:fps_in_num", p->fps_in_num); in test_mt_cfg_setup()
|
| H A D | mpi_rc2_test.c | 436 rc_cfg->fps_in_num = 30; in mpi_rc_enc_init() 497 mpp_enc_cfg_set_s32(cfg, "rc:fps_in_num", rc_cfg->fps_in_num); in mpi_rc_enc_init() 688 ctx->rc_cfg.fps_in_num), in mpi_rc_dec_post_decode() 849 ctx->rc_cfg.fps_in_num == 0) { in mpi_rc_enc()
|
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | mpi_enc_utils.h | 53 RK_S32 fps_in_num; member
|
| H A D | mpi_enc_utils.c | 328 &cmd->fps_in_num, &cmd->fps_in_den, &cmd->fps_in_flex, in mpi_enc_opt_fps() 332 cmd->fps_out_num = cmd->fps_in_num; in mpi_enc_opt_fps() 337 cmd->fps_out_num = cmd->fps_in_num; in mpi_enc_opt_fps() 342 cmd->fps_out_num = cmd->fps_in_num; in mpi_enc_opt_fps()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | mpp_rc_api.h | 89 RK_S32 fps_in_num; member
|
| H A D | rk_venc_cmd.h | 328 RK_S32 fps_in_num; member
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | mpp_rc_api.h | 89 RK_S32 fps_in_num; member
|
| H A D | rk_venc_cmd.h | 328 RK_S32 fps_in_num; member
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/rc/ |
| H A D | rc.cpp | 148 RK_S32 rate_in = cfg->fps_in_num * cfg->fps_out_denorm; in rc_frm_check_drop()
|
| /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 | 563 dst->fps_in_num = src->fps_in_num; 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() 770 dst->fps_in_num, dst->fps_out_num, dst->gop); in mpp_enc_proc_rc_cfg() 1202 cfg->fps.fps_in_num = rc->fps_in_num; 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 | 99 rc_cfg->fps_in_num = 30; in vp8e_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_enc_cfg.cpp | 134 …ENTRY(rc, fps_in_num, S32, RK_S32, MPP_ENC_RC_CFG_CHANGE_FPS_IN, rc, fp…
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/jpeg/ |
| H A D | jpege_api_v2.c | 84 rc->fps_in_num = 30; in jpege_init_v2()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/ |
| H A D | h265e_api.c | 149 rc_cfg->fps_in_num = 30; in h265e_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/ |
| H A D | h264e_api_v2.c | 166 rc_cfg->fps_in_num = 30; in init_h264e_cfg_set()
|