Home
last modified time | relevance | path

Searched refs:MppEncRefCfg (Results 1 – 25 of 25) sorted by relevance

/rockchip-linux_mpp/inc/
H A Drk_venc_ref.h214 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 Dmpp_enc_ref.c37 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 Dmpp_enc_refs.c204 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 Dmpp_enc_ref.h60 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 Dmpp_enc_refs.h62 MPP_RET mpp_enc_refs_set_cfg(MppEncRefs refs, MppEncRefCfg ref_cfg);
/rockchip-linux_mpp/utils/
H A Dmpi_enc_utils.h125 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 Dmpi_enc_utils.c933 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 Dmpp_enc_cfg.h43 MppEncRefCfg ref_cfg;
/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_enc_ref_test.c30 MppEncRefCfg ref = NULL; in main()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c120 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 Dvpu_api_mlvec.cpp421 MppEncRefCfg ref = NULL; in vpu_api_mlvec_set_dy_max_tid()
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_sps.c67 MppEncRefCfg ref = cfg->ref_cfg; in h264e_sps_update()
/rockchip-linux_mpp/test/
H A Dmpi_enc_mt_test.c296 MppEncRefCfg ref = NULL; in test_mt_cfg_setup()
H A Dmpi_enc_test.c428 MppEncRefCfg ref = NULL; in test_mpp_enc_cfg_setup()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c1228 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 Dhal_h264e_vepu541.c238 MppEncRefCfg ref_cfg = cfg->ref_cfg; in setup_hal_bufs()
H A Dhal_h264e_vepu540c.c213 MppEncRefCfg ref_cfg = cfg->ref_cfg; in setup_hal_bufs()
H A Dhal_h264e_vepu580.c435 MppEncRefCfg ref_cfg = cfg->ref_cfg; in setup_hal_bufs()
H A Dhal_h264e_vepu510.c411 MppEncRefCfg ref_cfg = cfg->ref_cfg; in setup_hal_bufs()
H A Dhal_h264e_vepu511.c410 MppEncRefCfg ref_cfg = cfg->ref_cfg; in setup_hal_bufs()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu540c.c129 MppEncRefCfg ref_cfg = ctx->cfg->ref_cfg; in vepu540c_h265_setup_hal_bufs()
H A Dhal_h265e_vepu541.c153 MppEncRefCfg ref_cfg = ctx->cfg->ref_cfg; in vepu54x_h265_setup_hal_bufs()
H A Dhal_h265e_vepu510.c305 MppEncRefCfg ref_cfg = ctx->cfg->ref_cfg; in vepu510_h265_setup_hal_bufs()
H A Dhal_h265e_vepu511.c328 MppEncRefCfg ref_cfg = ctx->cfg->ref_cfg; in vepu511_h265_setup_hal_bufs()
H A Dhal_h265e_vepu580.c359 MppEncRefCfg ref_cfg = ctx->cfg->ref_cfg; in vepu580_h265_setup_hal_bufs()