Home
last modified time | relevance | path

Searched refs:MPP_ENC_RC_MODE_SMTRC (Results 1 – 10 of 10) sorted by relevance

/rockchip-linux_mpp/inc/
H A Drk_venc_rc.h31 MPP_ENC_RC_MODE_SMTRC, enumerator
/rockchip-linux_mpp/test/
H A Dmpi_enc_test.c246 mpp_venc_kcfg_set_u32(init_kcfg, "smart_en", p->rc_mode == MPP_ENC_RC_MODE_SMTRC); in kmpp_cfg_init()
525 case MPP_ENC_RC_MODE_SMTRC : { in test_mpp_enc_cfg_setup()
651 if (cmd->rc_mode == MPP_ENC_RC_MODE_SMTRC) { in test_mpp_enc_cfg_setup()
687 rc_api_brief.name = (cmd->rc_mode == MPP_ENC_RC_MODE_SMTRC) ? in test_mpp_enc_cfg_setup()
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580_tune.c137 ctx->cfg->rc.rc_mode == MPP_ENC_RC_MODE_SMTRC) ? in vepu580_h264e_tune_reg_patch()
H A Dhal_h264e_vepu580.c1345 if (cfg->rc.rc_mode == MPP_ENC_RC_MODE_SMTRC) { in setup_vepu580_rc_base()
2164 cfg->rc.rc_mode == MPP_ENC_RC_MODE_SMTRC && in hal_h264e_vepu580_gen_regs()
H A Dhal_h264e_vepu510.c556 ctx->smart_en = (ctx->cfg->rc.rc_mode == MPP_ENC_RC_MODE_SMTRC); in hal_h264e_vepu510_get_task()
1228 if (rc->rc_mode == MPP_ENC_RC_MODE_SMTRC || rc->rc_mode == MPP_ENC_RC_MODE_SE) { in setup_vepu510_rc_base()
H A Dhal_h264e_vepu511.c555 ctx->smart_en = (ctx->cfg->rc.rc_mode == MPP_ENC_RC_MODE_SMTRC); in hal_h264e_vepu511_get_task()
1220 if (rc->rc_mode == MPP_ENC_RC_MODE_SMTRC) { in setup_vepu511_rc_base()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580.c1954 if (rc->rc_mode == MPP_ENC_RC_MODE_SMTRC) { in vepu580_h265_set_rc_regs()
2793 cfg->rc.rc_mode == MPP_ENC_RC_MODE_SMTRC && task->md_info && in hal_h265e_v580_gen_regs()
H A Dhal_h265e_vepu510.c2493 ctx->smart_en = (ctx->cfg->rc.rc_mode == MPP_ENC_RC_MODE_SMTRC); in hal_h265e_v510_get_task()
H A Dhal_h265e_vepu511.c2733 ctx->smart_en = (ctx->cfg->rc.rc_mode == MPP_ENC_RC_MODE_SMTRC); in hal_h265e_vepu511_get_task()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c1562 case MPP_ENC_RC_MODE_SMTRC: { in set_rc_cfg()