| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_enc_v2.c | 159 mpp_enc_ref_cfg_init(&p->cfg->ref_cfg); in mpp_enc_init_v2() 160 mpp_enc_ref_cfg_init(&p->set->ref_cfg); in mpp_enc_init_v2() 161 ret = mpp_enc_ref_cfg_copy(p->cfg->ref_cfg, mpp_enc_ref_default()); in mpp_enc_init_v2() 162 ret = mpp_enc_ref_cfg_copy(p->set->ref_cfg, mpp_enc_ref_default()); in mpp_enc_init_v2() 210 if (enc->set->ref_cfg) { in mpp_enc_deinit_v2() 211 mpp_enc_ref_cfg_deinit(&enc->set->ref_cfg); in mpp_enc_deinit_v2() 212 enc->set->ref_cfg = NULL; in mpp_enc_deinit_v2() 215 if (enc->cfg->ref_cfg) { in mpp_enc_deinit_v2() 216 mpp_enc_ref_cfg_deinit(&enc->cfg->ref_cfg); in mpp_enc_deinit_v2() 217 enc->cfg->ref_cfg = NULL; in mpp_enc_deinit_v2()
|
| H A D | mpp_enc_impl.c | 825 if (set->ref_cfg) in proc_rc_cfg() 826 mpp_enc_control_set_ref_cfg(enc, set->ref_cfg); in proc_rc_cfg() 1229 MppEncRefCfg dst = enc->cfg->ref_cfg; in mpp_enc_control_set_ref_cfg() 1236 enc->cfg->ref_cfg = dst; in mpp_enc_control_set_ref_cfg() 1542 MppEncRefCfgImpl *ref = (MppEncRefCfgImpl *)cfg_set->ref_cfg; in set_rc_cfg()
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_refs.c | 93 MppEncRefCfgImpl *ref_cfg; member 204 MPP_RET mpp_enc_refs_set_cfg(MppEncRefs refs, MppEncRefCfg ref_cfg) in mpp_enc_refs_set_cfg() argument 206 if (NULL == refs || (ref_cfg && check_is_mpp_enc_ref_cfg(ref_cfg))) { in mpp_enc_refs_set_cfg() 207 mpp_err_f("invalid input refs %p ref_cfg %p\n", refs, ref_cfg); in mpp_enc_refs_set_cfg() 211 enc_refs_dbg_func("enter %p cfg %p\n", refs, ref_cfg); in mpp_enc_refs_set_cfg() 217 if (NULL == ref_cfg) in mpp_enc_refs_set_cfg() 218 ref_cfg = mpp_enc_ref_default(); in mpp_enc_refs_set_cfg() 220 cfg = (MppEncRefCfgImpl *)ref_cfg; in mpp_enc_refs_set_cfg() 222 p->ref_cfg = cfg; in mpp_enc_refs_set_cfg() 262 enc_refs_dbg_func("leave %p cfg %p\n", refs, ref_cfg); in mpp_enc_refs_set_cfg() [all …]
|
| H A D | mpp_enc_cfg.c | 65 …ENTRY(prefix, ptr, void *, ref_cfg, FLAG_INCR, rc, re…
|
| /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() local 123 MppEncRefCfgImpl *refs = (MppEncRefCfgImpl *)ref_cfg; in h265e_set_vps() 186 MppEncRefCfg ref_cfg = ctx->cfg->ref_cfg; in h265e_set_sps() local 196 MppEncCpbInfo *cpb_info = mpp_enc_ref_cfg_get_cpb_info(ref_cfg); in h265e_set_sps()
|
| H A D | h265e_api.c | 326 MppEncCpbInfo *cpb_info = mpp_enc_ref_cfg_get_cpb_info(p->cfg->ref_cfg); in h265e_proc_hal()
|
| /rockchip-linux_mpp/mpp/inc/ |
| H A D | mpp_enc_cfg.h | 43 MppEncRefCfg ref_cfg; member
|
| /rockchip-linux_mpp/mpp/base/inc/ |
| H A D | mpp_enc_refs.h | 62 MPP_RET mpp_enc_refs_set_cfg(MppEncRefs refs, MppEncRefCfg ref_cfg);
|
| /rockchip-linux_mpp/mpp/hal/common/h264/ |
| H A D | hal_h264e_stream_amend.c | 103 MppEncRefCfgImpl *ref = (MppEncRefCfgImpl *)cfg->ref_cfg; in h264e_vepu_stream_amend_config()
|
| /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() local 239 if (ref_cfg) { in setup_hal_bufs() 240 MppEncCpbInfo *info = mpp_enc_ref_cfg_get_cpb_info(ref_cfg); in setup_hal_bufs()
|
| H A D | hal_h264e_vepu540c.c | 213 MppEncRefCfg ref_cfg = cfg->ref_cfg; in setup_hal_bufs() local 215 if (ref_cfg) { in setup_hal_bufs() 216 MppEncCpbInfo *info = mpp_enc_ref_cfg_get_cpb_info(ref_cfg); in setup_hal_bufs()
|
| H A D | hal_h264e_vepu580.c | 435 MppEncRefCfg ref_cfg = cfg->ref_cfg; in setup_hal_bufs() local 437 if (ref_cfg) { in setup_hal_bufs() 438 MppEncCpbInfo *info = mpp_enc_ref_cfg_get_cpb_info(ref_cfg); in setup_hal_bufs() 570 MppEncRefCfgImpl *ref = (MppEncRefCfgImpl *)cfg_set->ref_cfg; in hal_h264e_vepu580_get_task()
|
| H A D | hal_h264e_vepu510.c | 411 MppEncRefCfg ref_cfg = cfg->ref_cfg; in setup_hal_bufs() local 413 if (ref_cfg) { in setup_hal_bufs() 414 MppEncCpbInfo *info = mpp_enc_ref_cfg_get_cpb_info(ref_cfg); in setup_hal_bufs() 548 MppEncRefCfgImpl *ref = (MppEncRefCfgImpl *)cfg_set->ref_cfg; in hal_h264e_vepu510_get_task()
|
| H A D | hal_h264e_vepu511.c | 410 MppEncRefCfg ref_cfg = cfg->ref_cfg; in setup_hal_bufs() local 412 if (ref_cfg) { in setup_hal_bufs() 413 MppEncCpbInfo *info = mpp_enc_ref_cfg_get_cpb_info(ref_cfg); in setup_hal_bufs() 547 MppEncRefCfgImpl *ref = (MppEncRefCfgImpl *)cfg_set->ref_cfg; in hal_h264e_vepu511_get_task()
|
| /rockchip-linux_mpp/mpp/codec/enc/h264/ |
| H A D | h264e_sps.c | 67 MppEncRefCfg ref = cfg->ref_cfg; in h264e_sps_update()
|
| H A D | h264e_api_v2.c | 512 MppEncCpbInfo *cpb_info = mpp_enc_ref_cfg_get_cpb_info(p->cfg->ref_cfg); in h264e_proc_hal()
|
| H A D | h264e_dpb.c | 125 MppEncCpbInfo *info = mpp_enc_ref_cfg_get_cpb_info(cfg->ref_cfg); in h264e_dpb_setup()
|
| /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() local 170 if (ref_cfg) { in vepu540c_h265_setup_hal_bufs() 171 MppEncCpbInfo *info = mpp_enc_ref_cfg_get_cpb_info(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() local 192 if (ref_cfg) { in vepu54x_h265_setup_hal_bufs() 193 MppEncCpbInfo *info = mpp_enc_ref_cfg_get_cpb_info(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() local 348 if (ref_cfg) { in vepu510_h265_setup_hal_bufs() 349 MppEncCpbInfo *info = mpp_enc_ref_cfg_get_cpb_info(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() local 371 if (ref_cfg) { in vepu511_h265_setup_hal_bufs() 372 MppEncCpbInfo *info = mpp_enc_ref_cfg_get_cpb_info(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() local 372 if (ref_cfg) { in vepu580_h265_setup_hal_bufs() 373 MppEncCpbInfo *info = mpp_enc_ref_cfg_get_cpb_info(ref_cfg); in vepu580_h265_setup_hal_bufs()
|
| /rockchip-linux_mpp/inc/ |
| H A D | rk_venc_cmd.h | 303 void *ref_cfg; member
|