| /rockchip-linux_mpp/inc/ |
| H A D | rk_venc_ref.h | 214 typedef void* MppEncRefCfg; typedef 244 MPP_RET mpp_enc_ref_cfg_init(MppEncRefCfg *ref); 245 MPP_RET mpp_enc_ref_cfg_deinit(MppEncRefCfg *ref); 247 MPP_RET mpp_enc_ref_cfg_reset(MppEncRefCfg ref); 248 MPP_RET mpp_enc_ref_cfg_set_cfg_cnt(MppEncRefCfg ref, RK_S32 lt_cnt, RK_S32 st_cnt); 249 MPP_RET mpp_enc_ref_cfg_add_lt_cfg(MppEncRefCfg ref, RK_S32 cnt, MppEncRefLtFrmCfg *frm); 250 MPP_RET mpp_enc_ref_cfg_add_st_cfg(MppEncRefCfg ref, RK_S32 cnt, MppEncRefStFrmCfg *frm); 251 MPP_RET mpp_enc_ref_cfg_check(MppEncRefCfg ref); 258 MPP_RET mpp_enc_ref_cfg_set_keep_cpb(MppEncRefCfg ref, RK_S32 keep); 260 MPP_RET mpp_enc_ref_cfg_show(MppEncRefCfg ref);
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_ref.c | 37 MPP_RET mpp_enc_ref_cfg_init(MppEncRefCfg *ref) in mpp_enc_ref_cfg_init() 58 MPP_RET mpp_enc_ref_cfg_deinit(MppEncRefCfg *ref) in mpp_enc_ref_cfg_deinit() 73 MPP_RET mpp_enc_ref_cfg_reset(MppEncRefCfg ref) in mpp_enc_ref_cfg_reset() 87 MPP_RET mpp_enc_ref_cfg_set_cfg_cnt(MppEncRefCfg ref, RK_S32 lt_cnt, RK_S32 st_cnt) in mpp_enc_ref_cfg_set_cfg_cnt() 124 MPP_RET mpp_enc_ref_cfg_add_lt_cfg(MppEncRefCfg ref, RK_S32 cnt, MppEncRefLtFrmCfg *frm) in mpp_enc_ref_cfg_add_lt_cfg() 142 MPP_RET mpp_enc_ref_cfg_add_st_cfg(MppEncRefCfg ref, RK_S32 cnt, MppEncRefStFrmCfg *frm) in mpp_enc_ref_cfg_add_st_cfg() 162 MPP_RET mpp_enc_ref_cfg_check(MppEncRefCfg ref) in mpp_enc_ref_cfg_check() 330 MPP_RET mpp_enc_ref_cfg_set_keep_cpb(MppEncRefCfg ref, RK_S32 keep) in mpp_enc_ref_cfg_set_keep_cpb() 341 MPP_RET mpp_enc_ref_cfg_show(MppEncRefCfg ref) in mpp_enc_ref_cfg_show() 349 MPP_RET mpp_enc_ref_cfg_copy(MppEncRefCfg dst, MppEncRefCfg src) in mpp_enc_ref_cfg_copy() [all …]
|
| H A D | mpp_enc_refs.c | 204 MPP_RET mpp_enc_refs_set_cfg(MppEncRefs refs, MppEncRefCfg ref_cfg) in mpp_enc_refs_set_cfg()
|
| /rockchip-linux_mpp/mpp/base/inc/ |
| H A D | mpp_enc_ref.h | 60 MppEncRefCfg mpp_enc_ref_default(void); 61 MPP_RET mpp_enc_ref_cfg_copy(MppEncRefCfg dst, MppEncRefCfg src); 62 MppEncCpbInfo *mpp_enc_ref_cfg_get_cpb_info(MppEncRefCfg ref);
|
| H A D | mpp_enc_refs.h | 62 MPP_RET mpp_enc_refs_set_cfg(MppEncRefs refs, MppEncRefCfg ref_cfg);
|
| /rockchip-linux_mpp/utils/ |
| H A D | mpi_enc_utils.h | 125 MPP_RET mpi_enc_gen_ref_cfg(MppEncRefCfg ref, RK_S32 gop_mode); 126 MPP_RET mpi_enc_gen_smart_gop_ref_cfg(MppEncRefCfg ref, RK_S32 gop_len, RK_S32 vi_len);
|
| H A D | mpi_enc_utils.c | 933 MPP_RET mpi_enc_gen_ref_cfg(MppEncRefCfg ref, RK_S32 gop_mode) in mpi_enc_gen_ref_cfg() 1111 MPP_RET mpi_enc_gen_smart_gop_ref_cfg(MppEncRefCfg ref, RK_S32 gop_len, RK_S32 vi_len) in mpi_enc_gen_smart_gop_ref_cfg()
|
| /rockchip-linux_mpp/mpp/inc/ |
| H A D | mpp_enc_cfg.h | 43 MppEncRefCfg ref_cfg;
|
| /rockchip-linux_mpp/mpp/base/test/ |
| H A D | mpp_enc_ref_test.c | 30 MppEncRefCfg ref = NULL; in main()
|
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_ps.c | 120 MppEncRefCfg ref_cfg = ctx->cfg->ref_cfg; in h265e_set_vps() 186 MppEncRefCfg ref_cfg = ctx->cfg->ref_cfg; in h265e_set_sps()
|
| /rockchip-linux_mpp/mpp/legacy/ |
| H A D | vpu_api_mlvec.cpp | 421 MppEncRefCfg ref = NULL; in vpu_api_mlvec_set_dy_max_tid()
|
| /rockchip-linux_mpp/mpp/codec/enc/h264/ |
| H A D | h264e_sps.c | 67 MppEncRefCfg ref = cfg->ref_cfg; in h264e_sps_update()
|
| /rockchip-linux_mpp/test/ |
| H A D | mpi_enc_mt_test.c | 296 MppEncRefCfg ref = NULL; in test_mt_cfg_setup()
|
| H A D | mpi_enc_test.c | 428 MppEncRefCfg ref = NULL; in test_mpp_enc_cfg_setup()
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_enc_impl.c | 1228 MppEncRefCfg src = (MppEncRefCfg)param; in mpp_enc_control_set_ref_cfg() 1229 MppEncRefCfg dst = enc->cfg->ref_cfg; in mpp_enc_control_set_ref_cfg()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu541.c | 238 MppEncRefCfg ref_cfg = cfg->ref_cfg; in setup_hal_bufs()
|
| H A D | hal_h264e_vepu540c.c | 213 MppEncRefCfg ref_cfg = cfg->ref_cfg; in setup_hal_bufs()
|
| H A D | hal_h264e_vepu580.c | 435 MppEncRefCfg ref_cfg = cfg->ref_cfg; in setup_hal_bufs()
|
| H A D | hal_h264e_vepu510.c | 411 MppEncRefCfg ref_cfg = cfg->ref_cfg; in setup_hal_bufs()
|
| H A D | hal_h264e_vepu511.c | 410 MppEncRefCfg ref_cfg = cfg->ref_cfg; in setup_hal_bufs()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu540c.c | 129 MppEncRefCfg ref_cfg = ctx->cfg->ref_cfg; in vepu540c_h265_setup_hal_bufs()
|
| H A D | hal_h265e_vepu541.c | 153 MppEncRefCfg ref_cfg = ctx->cfg->ref_cfg; in vepu54x_h265_setup_hal_bufs()
|
| H A D | hal_h265e_vepu510.c | 305 MppEncRefCfg ref_cfg = ctx->cfg->ref_cfg; in vepu510_h265_setup_hal_bufs()
|
| H A D | hal_h265e_vepu511.c | 328 MppEncRefCfg ref_cfg = ctx->cfg->ref_cfg; in vepu511_h265_setup_hal_bufs()
|
| H A D | hal_h265e_vepu580.c | 359 MppEncRefCfg ref_cfg = ctx->cfg->ref_cfg; in vepu580_h265_setup_hal_bufs()
|