| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | rk_venc_ref.h | 214 typedef void* MppEncRefCfg; typedef 220 MPP_RET mpp_enc_ref_cfg_init(MppEncRefCfg *ref); 221 MPP_RET mpp_enc_ref_cfg_deinit(MppEncRefCfg *ref); 223 MPP_RET mpp_enc_ref_cfg_reset(MppEncRefCfg ref); 224 MPP_RET mpp_enc_ref_cfg_set_cfg_cnt(MppEncRefCfg ref, RK_S32 lt_cnt, RK_S32 st_cnt); 225 MPP_RET mpp_enc_ref_cfg_add_lt_cfg(MppEncRefCfg ref, RK_S32 cnt, MppEncRefLtFrmCfg *frm); 226 MPP_RET mpp_enc_ref_cfg_add_st_cfg(MppEncRefCfg ref, RK_S32 cnt, MppEncRefStFrmCfg *frm); 227 MPP_RET mpp_enc_ref_cfg_check(MppEncRefCfg ref); 234 MPP_RET mpp_enc_ref_cfg_set_keep_cpb(MppEncRefCfg ref, RK_S32 keep); 236 MPP_RET mpp_enc_ref_cfg_show(MppEncRefCfg ref);
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | rk_venc_ref.h | 214 typedef void* MppEncRefCfg; typedef 220 MPP_RET mpp_enc_ref_cfg_init(MppEncRefCfg *ref); 221 MPP_RET mpp_enc_ref_cfg_deinit(MppEncRefCfg *ref); 223 MPP_RET mpp_enc_ref_cfg_reset(MppEncRefCfg ref); 224 MPP_RET mpp_enc_ref_cfg_set_cfg_cnt(MppEncRefCfg ref, RK_S32 lt_cnt, RK_S32 st_cnt); 225 MPP_RET mpp_enc_ref_cfg_add_lt_cfg(MppEncRefCfg ref, RK_S32 cnt, MppEncRefLtFrmCfg *frm); 226 MPP_RET mpp_enc_ref_cfg_add_st_cfg(MppEncRefCfg ref, RK_S32 cnt, MppEncRefStFrmCfg *frm); 227 MPP_RET mpp_enc_ref_cfg_check(MppEncRefCfg ref); 234 MPP_RET mpp_enc_ref_cfg_set_keep_cpb(MppEncRefCfg ref, RK_S32 keep); 236 MPP_RET mpp_enc_ref_cfg_show(MppEncRefCfg ref);
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_enc_ref.cpp | 50 MPP_RET mpp_enc_ref_cfg_init(MppEncRefCfg *ref) in mpp_enc_ref_cfg_init() 71 MPP_RET mpp_enc_ref_cfg_deinit(MppEncRefCfg *ref) in mpp_enc_ref_cfg_deinit() 86 MPP_RET mpp_enc_ref_cfg_reset(MppEncRefCfg ref) in mpp_enc_ref_cfg_reset() 100 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() 137 MPP_RET mpp_enc_ref_cfg_add_lt_cfg(MppEncRefCfg ref, RK_S32 cnt, MppEncRefLtFrmCfg *frm) in mpp_enc_ref_cfg_add_lt_cfg() 155 MPP_RET mpp_enc_ref_cfg_add_st_cfg(MppEncRefCfg ref, RK_S32 cnt, MppEncRefStFrmCfg *frm) in mpp_enc_ref_cfg_add_st_cfg() 175 MPP_RET mpp_enc_ref_cfg_check(MppEncRefCfg ref) in mpp_enc_ref_cfg_check() 343 MPP_RET mpp_enc_ref_cfg_set_keep_cpb(MppEncRefCfg ref, RK_S32 keep) in mpp_enc_ref_cfg_set_keep_cpb() 354 MPP_RET mpp_enc_ref_cfg_show(MppEncRefCfg ref) in mpp_enc_ref_cfg_show() 362 MPP_RET mpp_enc_ref_cfg_copy(MppEncRefCfg dst, MppEncRefCfg src) in mpp_enc_ref_cfg_copy() [all …]
|
| H A D | mpp_enc_refs.cpp | 215 MPP_RET mpp_enc_refs_set_cfg(MppEncRefs refs, MppEncRefCfg ref_cfg) in mpp_enc_refs_set_cfg()
|
| /OK3568_Linux_fs/external/mpp/mpp/base/inc/ |
| H A D | mpp_enc_ref.h | 59 MppEncRefCfg mpp_enc_ref_default(void); 60 MPP_RET mpp_enc_ref_cfg_copy(MppEncRefCfg dst, MppEncRefCfg src); 61 MppEncCpbInfo *mpp_enc_ref_cfg_get_cpb_info(MppEncRefCfg ref);
|
| H A D | mpp_enc_refs.h | 61 MPP_RET mpp_enc_refs_set_cfg(MppEncRefs refs, MppEncRefCfg ref_cfg);
|
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | mpi_enc_utils.h | 93 MPP_RET mpi_enc_gen_ref_cfg(MppEncRefCfg ref, RK_S32 gop_mode); 94 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 | 652 MPP_RET mpi_enc_gen_ref_cfg(MppEncRefCfg ref, RK_S32 gop_mode) in mpi_enc_gen_ref_cfg() 830 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()
|
| /OK3568_Linux_fs/external/mpp/mpp/inc/ |
| H A D | mpp_enc_cfg.h | 45 MppEncRefCfg ref_cfg;
|
| /OK3568_Linux_fs/external/mpp/mpp/base/test/ |
| H A D | mpp_enc_ref_test.c | 30 MppEncRefCfg ref = NULL; in main()
|
| /OK3568_Linux_fs/external/mpp/mpp/legacy/ |
| H A D | vpu_api_mlvec.cpp | 422 MppEncRefCfg ref = NULL; in vpu_api_mlvec_set_dy_max_tid()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/ |
| H A D | h264e_sps.c | 67 MppEncRefCfg ref = cfg->ref_cfg; in h264e_sps_update()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/ |
| H A D | h265e_ps.c | 170 MppEncRefCfg ref_cfg = ctx->cfg->ref_cfg; in h265e_set_sps()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/ |
| H A D | mpp_encoder.cpp | 289 MppEncRefCfg ref; in SetupEncCfg()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/ |
| H A D | mpp_enc_impl.cpp | 864 MppEncRefCfg src = (MppEncRefCfg)param; in mpp_enc_control_set_ref_cfg() 865 MppEncRefCfg dst = enc->cfg.ref_cfg; in mpp_enc_control_set_ref_cfg()
|
| /OK3568_Linux_fs/external/mpp/test/ |
| H A D | mpi_enc_test.c | 299 MppEncRefCfg ref = NULL; in test_mpp_enc_cfg_setup()
|
| H A D | mpi_enc_mt_test.cpp | 304 MppEncRefCfg ref = NULL; in test_mt_cfg_setup()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu541.c | 233 MppEncRefCfg ref_cfg = cfg->ref_cfg; in setup_hal_bufs()
|
| H A D | hal_h264e_vepu540c.c | 206 MppEncRefCfg ref_cfg = cfg->ref_cfg; in setup_hal_bufs()
|
| H A D | hal_h264e_vepu580.c | 412 MppEncRefCfg ref_cfg = cfg->ref_cfg; in setup_hal_bufs()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu540c.c | 148 MppEncRefCfg ref_cfg = ctx->cfg->ref_cfg; in vepu540c_h265_setup_hal_bufs()
|
| H A D | hal_h265e_vepu541.c | 190 MppEncRefCfg ref_cfg = ctx->cfg->ref_cfg; in vepu54x_h265_setup_hal_bufs()
|
| H A D | hal_h265e_vepu580.c | 315 MppEncRefCfg ref_cfg = ctx->cfg->ref_cfg; in vepu580_h265_setup_hal_bufs()
|