Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_2str.c80 const char *strof_gop_mode(MppEncRcGopMode gop_mode) in strof_gop_mode() argument
87 if (gop_mode >= MPP_ENC_RC_NORMAL_P && gop_mode < MPP_ENC_RC_GOP_MODE_BUTT) in strof_gop_mode()
88 return gop_mode_str[gop_mode]; in strof_gop_mode()
/OK3568_Linux_fs/external/mpp/utils/
H A Dmpi_enc_utils.h67 RK_S32 gop_mode; member
93 MPP_RET mpi_enc_gen_ref_cfg(MppEncRefCfg ref, RK_S32 gop_mode);
H A Dmpi_enc_utils.c281 &cmd->gop_mode, &cmd->gop_len, &cmd->vi_len); in mpi_enc_opt_g()
652 MPP_RET mpi_enc_gen_ref_cfg(MppEncRefCfg ref, RK_S32 gop_mode) in mpi_enc_gen_ref_cfg() argument
663 switch (gop_mode) { in mpi_enc_gen_ref_cfg()
810 mpp_err_f("unsupport gop mode %d\n", gop_mode); in mpi_enc_gen_ref_cfg()
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_enc_test.c116 RK_S32 gop_mode; member
168 p->gop_mode = cmd->gop_mode; in test_ctx_init()
298 RK_U32 gop_mode = p->gop_mode; in test_mpp_enc_cfg_setup() local
474 mpp_env_get_u32("gop_mode", &gop_mode, gop_mode); in test_mpp_enc_cfg_setup()
476 if (gop_mode) { in test_mpp_enc_cfg_setup()
479 if (p->gop_mode < 4) in test_mpp_enc_cfg_setup()
480 mpi_enc_gen_ref_cfg(ref, gop_mode); in test_mpp_enc_cfg_setup()
H A Dmpi_enc_mt_test.cpp116 RK_S32 gop_mode; member
179 p->gop_mode = cmd->gop_mode; in mt_test_ctx_init()
301 RK_U32 gop_mode = p->gop_mode; in test_mt_cfg_setup() local
465 mpp_env_get_u32("gop_mode", &gop_mode, gop_mode); in test_mt_cfg_setup()
467 if (gop_mode) { in test_mt_cfg_setup()
470 if (p->gop_mode < 4) in test_mt_cfg_setup()
471 mpi_enc_gen_ref_cfg(ref, gop_mode); in test_mt_cfg_setup()
H A Dmpi_rc2_test.c1057 enc_cmd->file_input, enc_cmd->gop_mode ? "smart_p" : "normal_p", in mpi_rc_codec()
1062 enc_cmd->file_input, enc_cmd->gop_mode ? "smart_p" : "normal_p", in mpi_rc_codec()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/
H A Dmpp_encoder.cpp287 RK_U32 gop_mode = enc_params.gop_mode; in SetupEncCfg()
288 if (gop_mode) { in SetupEncCfg()
293 if (enc_params.gop_mode < 4) in SetupEncCfg()
294 mpi_enc_gen_ref_cfg(ref, gop_mode); in SetupEncCfg()
H A Dmpp_encoder.h40 RK_S32 gop_mode; member
/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_2str.h32 const char *strof_gop_mode(MppEncRcGopMode gop_mode);
/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_model_v2_smt.c83 MppEncGopMode gop_mode; member
313 ctx->gop_mode = MPP_GOP_ALL_INTER; in bits_model_smt_init()
319 ctx->gop_mode = MPP_GOP_ALL_INTRA; in bits_model_smt_init()
326 ctx->gop_mode = MPP_GOP_SMALL; in bits_model_smt_init()
334 ctx->gop_mode = MPP_GOP_LARGE; in bits_model_smt_init()
672 switch (p->gop_mode) { in rc_model_v2_smt_start()
1050 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.c225 switch (usr_cfg->gop_mode) { in bits_frm_init()
444 if (usr_cfg->gop_mode == SMART_P) { in bits_model_alloc()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_rc_api.h129 GopMode gop_mode; member
/OK3568_Linux_fs/external/mpp/inc/
H A Dmpp_rc_api.h129 GopMode gop_mode; member
/OK3568_Linux_fs/kernel/drivers/media/usb/hdpvr/
H A Dhdpvr.h53 u8 gop_mode; member
H A Dhdpvr-control.c168 hdpvr_config_call(dev, CTRL_GOP_MODE_VALUE, dev->options.gop_mode); in hdpvr_set_options()
H A Dhdpvr-core.c253 .gop_mode = HDPVR_SIMPLE_IDR_GOP,
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_impl.cpp1275 cfg->gop_mode = SMART_P; in set_rc_cfg()