Home
last modified time | relevance | path

Searched refs:gop_mode (Results 1 – 14 of 14) sorted by relevance

/rockchip-linux_mpp/mpp/base/
H A Dmpp_2str.c83 const char *strof_gop_mode(MppEncRcGopMode gop_mode) in strof_gop_mode() argument
90 if (gop_mode >= MPP_ENC_RC_NORMAL_P && gop_mode < MPP_ENC_RC_GOP_MODE_BUTT) in strof_gop_mode()
91 return gop_mode_str[gop_mode]; in strof_gop_mode()
/rockchip-linux_mpp/utils/
H A Dmpi_enc_utils.h74 RK_S32 gop_mode; member
125 MPP_RET mpi_enc_gen_ref_cfg(MppEncRefCfg ref, RK_S32 gop_mode);
H A Dmpi_enc_utils.c276 &cmd->gop_mode, &cmd->gop_len, &cmd->vi_len); in mpi_enc_opt_g()
933 MPP_RET mpi_enc_gen_ref_cfg(MppEncRefCfg ref, RK_S32 gop_mode) in mpi_enc_gen_ref_cfg() argument
944 switch (gop_mode) { in mpi_enc_gen_ref_cfg()
1091 mpp_err_f("unsupport gop mode %d\n", gop_mode); in mpi_enc_gen_ref_cfg()
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_2str.h32 const char *strof_gop_mode(MppEncRcGopMode gop_mode);
/rockchip-linux_mpp/test/
H A Dmpi_enc_mt_test.c105 RK_S32 gop_mode; member
170 p->gop_mode = cmd->gop_mode; in mt_test_ctx_init()
293 RK_U32 gop_mode = p->gop_mode; in test_mt_cfg_setup() local
459 mpp_env_get_u32("gop_mode", &gop_mode, gop_mode); in test_mt_cfg_setup()
461 if (gop_mode) { in test_mt_cfg_setup()
464 if (p->gop_mode < 4) in test_mt_cfg_setup()
465 mpi_enc_gen_ref_cfg(ref, gop_mode); in test_mt_cfg_setup()
H A Dmpi_enc_test.c141 RK_S32 gop_mode; member
292 p->gop_mode = cmd->gop_mode; in test_ctx_init()
427 RK_U32 gop_mode = p->gop_mode; in test_mpp_enc_cfg_setup() local
621 mpp_env_get_u32("gop_mode", &gop_mode, gop_mode); in test_mpp_enc_cfg_setup()
622 if (gop_mode) { in test_mpp_enc_cfg_setup()
625 if (p->gop_mode < 4) in test_mpp_enc_cfg_setup()
626 mpi_enc_gen_ref_cfg(ref, gop_mode); in test_mpp_enc_cfg_setup()
H A Dmpi_rc2_test.c1047 enc_cmd->file_input, enc_cmd->gop_mode ? "smart_p" : "normal_p", in mpi_rc_codec()
1052 enc_cmd->file_input, enc_cmd->gop_mode ? "smart_p" : "normal_p", in mpi_rc_codec()
/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_model_v2_smt.c42 MppEncGopMode gop_mode; member
200 ctx->gop_mode = MPP_GOP_ALL_INTER; in bits_model_smt_init()
206 ctx->gop_mode = MPP_GOP_ALL_INTRA; in bits_model_smt_init()
215 ctx->gop_mode = MPP_GOP_SMALL; in bits_model_smt_init()
224 ctx->gop_mode = MPP_GOP_LARGE; in bits_model_smt_init()
552 switch (p->gop_mode) { in smt_start_prepare()
1171 if (p->frame_type == INTER_P_FRAME || p->gop_mode == MPP_GOP_ALL_INTRA) in rc_model_v2_smt_end()
H A Drc_model_v2.c248 switch (usr_cfg->gop_mode) { in bits_frm_init()
468 if (usr_cfg->gop_mode == SMART_P) { in bits_model_alloc()
/rockchip-linux_mpp/inc/
H A Dmpp_rc_api.h119 GopMode gop_mode; member
H A Drk_venc_cmd.h302 RK_S32 gop_mode; member
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md1049 | gop_mode | RK_U32 | gop参考模式。若环境变量gop_mode未配置,则按命令参数配置;否则,按环境变量配置。 …
H A DRockchip_Developer_Guide_MPP_EN.md997 | gop_mode | RK_U32 | gop reference mode. If the environment variable gop_mode is not conf…
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c1657 cfg->gop_mode = SMART_P; in set_rc_cfg()