| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_2str.c | 80 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 D | mpi_enc_utils.h | 67 RK_S32 gop_mode; member 93 MPP_RET mpi_enc_gen_ref_cfg(MppEncRefCfg ref, RK_S32 gop_mode);
|
| H A D | mpi_enc_utils.c | 281 &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 D | mpi_enc_test.c | 116 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 D | mpi_enc_mt_test.cpp | 116 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 D | mpi_rc2_test.c | 1057 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 D | mpp_encoder.cpp | 287 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 D | mpp_encoder.h | 40 RK_S32 gop_mode; member
|
| /OK3568_Linux_fs/external/mpp/mpp/base/inc/ |
| H A D | mpp_2str.h | 32 const char *strof_gop_mode(MppEncRcGopMode gop_mode);
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/rc/ |
| H A D | rc_model_v2_smt.c | 83 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 D | rc_model_v2.c | 225 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 D | mpp_rc_api.h | 129 GopMode gop_mode; member
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | mpp_rc_api.h | 129 GopMode gop_mode; member
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/hdpvr/ |
| H A D | hdpvr.h | 53 u8 gop_mode; member
|
| H A D | hdpvr-control.c | 168 hdpvr_config_call(dev, CTRL_GOP_MODE_VALUE, dev->options.gop_mode); in hdpvr_set_options()
|
| H A D | hdpvr-core.c | 253 .gop_mode = HDPVR_SIMPLE_IDR_GOP,
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/ |
| H A D | mpp_enc_impl.cpp | 1275 cfg->gop_mode = SMART_P; in set_rc_cfg()
|