Lines Matching refs:bps
101 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()
354 mpp_enc_cfg_set_s32(cfg, "rc:bps_min", p->bps_min ? p->bps_min : p->bps * 15 / 16); in test_mt_cfg_setup()