Home
last modified time | relevance | path

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

/rockchip-linux_mpp/test/
H A Dmpi_enc_mt_test.c101 RK_S32 bps; member
159 p->bps = cmd->bps_target; in mt_test_ctx_init()
308 if (!p->bps) in test_mt_cfg_setup()
309 p->bps = p->width * p->height / 8 * (p->fps_out_num / p->fps_out_den); in test_mt_cfg_setup()
335 mpp_enc_cfg_set_s32(cfg, "rc:bps_target", p->bps); in test_mt_cfg_setup()
342 mpp_enc_cfg_set_s32(cfg, "rc:bps_max", p->bps_max ? p->bps_max : p->bps * 17 / 16); in test_mt_cfg_setup()
343 mpp_enc_cfg_set_s32(cfg, "rc:bps_min", p->bps_min ? p->bps_min : p->bps * 15 / 16); in test_mt_cfg_setup()
348 mpp_enc_cfg_set_s32(cfg, "rc:bps_max", p->bps_max ? p->bps_max : p->bps * 17 / 16); in test_mt_cfg_setup()
349 mpp_enc_cfg_set_s32(cfg, "rc:bps_min", p->bps_min ? p->bps_min : p->bps * 1 / 16); in test_mt_cfg_setup()
353 mpp_enc_cfg_set_s32(cfg, "rc:bps_max", p->bps_max ? p->bps_max : p->bps * 17 / 16); in test_mt_cfg_setup()
[all …]
H A Dmpp_parse_cfg.h16 int bps; member
H A Dmpp_parse_cfg.c137 &event->idx, &event->bps, &event->fps); in scan_event_line()
139 event->idx, event->bps, event->fps); in scan_event_line()
H A Dmpi_enc_test.c137 RK_S32 bps; member
281 p->bps = cmd->bps_target; in test_ctx_init()
440 if (!p->bps) in test_mpp_enc_cfg_setup()
441 p->bps = p->width * p->height / 8 * (p->fps_out_num / p->fps_out_den); in test_mpp_enc_cfg_setup()
480 mpp_enc_cfg_set_s32(cfg, "rc:bps_target", p->bps); in test_mpp_enc_cfg_setup()
487 mpp_enc_cfg_set_s32(cfg, "rc:bps_max", p->bps_max ? p->bps_max : p->bps * 17 / 16); in test_mpp_enc_cfg_setup()
488 mpp_enc_cfg_set_s32(cfg, "rc:bps_min", p->bps_min ? p->bps_min : p->bps * 15 / 16); in test_mpp_enc_cfg_setup()
493 mpp_enc_cfg_set_s32(cfg, "rc:bps_max", p->bps_max ? p->bps_max : p->bps * 17 / 16); in test_mpp_enc_cfg_setup()
494 mpp_enc_cfg_set_s32(cfg, "rc:bps_min", p->bps_min ? p->bps_min : p->bps * 1 / 16); in test_mpp_enc_cfg_setup()
498 mpp_enc_cfg_set_s32(cfg, "rc:bps_max", p->bps_max ? p->bps_max : p->bps * 17 / 16); in test_mpp_enc_cfg_setup()
[all …]
H A Dmpi_rc.cfg12 #idx bps fps
/rockchip-linux_mpp/mpp/codec/inc/
H A Dmpp_rc.h95 RK_U32 bps; member
/rockchip-linux_mpp/debian/
H A Dchangelog17 * [h264e]: Add qp min/max limit by bps max/min
27 * [rc]: Add bps information print
67 * [h264e]: fix bps check failed when mpi setup to fix_qp mode
/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_model_v2_smt.c1041 RK_S32 bps; in check_re_enc_smt() local
1077 bps = usr_cfg->bps_max; in check_re_enc_smt()
1078 if ((bps - (bps >> 3) < ins_bps) && (bps / 20 < ins_bps - last_ins_bps)) in check_re_enc_smt()
/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp100 RK_S32 bps = cfg->bitRate; in vpu_api_set_enc_cfg() local
127 mpp_log("rc_mode %s qp %d bps %d\n", (rc_mode) ? ("CBR") : ("CQP"), qp, bps); in vpu_api_set_enc_cfg()
170 mpp_enc_cfg_set_s32(enc_cfg, "rc:bps_target", bps); in vpu_api_set_enc_cfg()
171 mpp_enc_cfg_set_s32(enc_cfg, "rc:bps_max", bps * 17 / 16); in vpu_api_set_enc_cfg()
172 mpp_enc_cfg_set_s32(enc_cfg, "rc:bps_min", rc_mode ? bps * 15 / 16 : bps * 1 / 16); in vpu_api_set_enc_cfg()
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md968 | -bps | 码率约束参数。命令格式:bps_target:bps_min:bps_max。 …
978 …,用户可以通过码率控制模式(rc)和码率约束参数(bps)对输出码流的码率进行控制。码率控制模式(rc)分为可变码率模式(VBR)、固定码率模式(CBR)、qp修正的码率模式(FIXQP)和自适应…
1012 `I mpp_enc : MPP_ENC_SET_RC_CFG bps 7776000 [486000 : 8262000] fps [30:30] gop 60`
1020 `I mpi_enc_test: chn 0 encode 30 frames time 628 ms delay 4 ms fps 47.72 bps 10265048`
H A DRockchip_Developer_Guide_MPP_EN.md908 | -bps | set bit rate |
953 I mpp_enc: MPP_ENC_SET_RC_CFG bps 7776000 [486000:8262000] fps [30:30] gop 60
965 I mpi_enc_test: chn 0 encode 30 frames time 628 ms delay 4 ms fps 47.72 bps 10265048