Home
last modified time | relevance | path

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

12

/rockchip-linux_mpp/mpp/inc/
H A Dmpp_enc_cfg.h58 } MppEncCfgSet; typedef
64 rk_u32 *mpp_enc_cfg_prep_change(MppEncCfgSet *cfg);
65 rk_u32 *mpp_enc_cfg_rc_change(MppEncCfgSet *cfg);
66 rk_u32 *mpp_enc_cfg_hw_change(MppEncCfgSet *cfg);
67 rk_u32 *mpp_enc_cfg_tune_change(MppEncCfgSet *cfg);
68 rk_u32 *mpp_enc_cfg_h264_change(MppEncCfgSet *cfg);
69 rk_u32 *mpp_enc_cfg_h265_change(MppEncCfgSet *cfg);
70 rk_u32 *mpp_enc_cfg_jpeg_change(MppEncCfgSet *cfg);
71 rk_u32 *mpp_enc_cfg_vp8_change(MppEncCfgSet *cfg);
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_v2.c28 MppEncCfgSet *_dst = (MppEncCfgSet *)kmpp_obj_to_entry(dst); in copy_enc_cfg()
29 MppEncCfgSet *_src = (MppEncCfgSet *)kmpp_obj_to_entry(src); in copy_enc_cfg()
76 p->set = (MppEncCfgSet *)kmpp_obj_to_entry(p->set_obj); in mpp_enc_init_v2()
77 p->cfg = (MppEncCfgSet *)kmpp_obj_to_entry(p->cfg_obj); in mpp_enc_init_v2()
/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_enc_cfg_test.c49 MppEncCfgSet *impl = (MppEncCfgSet *)kmpp_obj_to_entry(cfg); in main()
/rockchip-linux_mpp/mpp/codec/inc/
H A Dmpp_enc_impl.h149 MppEncCfgSet *set;
152 MppEncCfgSet *cfg;
H A Denc_impl_api.h34 MppEncCfgSet *cfg;
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_sps.h128 MPP_RET h264e_sps_update(H264eSps *sps, MppEncCfgSet *cfg);
130 RK_S32 *len, MppEncCfgSet *cfg);
H A Dh264e_pps.h63 MPP_RET h264e_pps_update(H264ePps *pps, MppEncCfgSet *cfg);
H A Dh264e_api_v2.c50 MppEncCfgSet *cfg;
92 static void init_h264e_cfg_set(MppEncCfgSet *cfg, MppClientType type) in init_h264e_cfg_set()
276 static void h264e_check_cfg(MppEncCfgSet *cfg) in h264e_check_cfg()
294 MppEncCfgSet *cfg = p->cfg; in h264e_proc_cfg()
H A Dh264e_dpb.h143 MPP_RET h264e_dpb_setup(H264eDpb *dpb, MppEncCfgSet* cfg, H264eSps *sps);
H A Dh264e_slice.h165 RK_S32 h264e_slice_update(H264eSlice *slice, MppEncCfgSet *cfg,
H A Dh264e_sps.c61 MPP_RET h264e_sps_update(H264eSps *sps, MppEncCfgSet *cfg) in h264e_sps_update()
254 RK_S32 *len, MppEncCfgSet *cfg) in h264e_sps_to_packet()
H A Dh264e_pps.c54 MPP_RET h264e_pps_update(H264ePps *pps, MppEncCfgSet *cfg) in h264e_pps_update()
/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.h197 MPP_RET h264e_vepu_mbrc_setup(HalH264eVepuMbRcCtx ctx, MppEncCfgSet *cfg);
199 EncRcTask *rc_task, MppEncCfgSet *set_cfg);
H A Dhal_h264e_vepu_v2.c511 MPP_RET h264e_vepu_mbrc_setup(HalH264eVepuMbRcCtx ctx, MppEncCfgSet*cfg) in h264e_vepu_mbrc_setup()
663 EncRcTask *rc_task, MppEncCfgSet *cfg) in h264e_vepu_slice_split_cfg()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c281 MppEncCfgSet *cfg = (MppEncCfgSet *)entry; in mpp_enc_cfg_impl_init()
308 MppEncCfgSet *cfg = (MppEncCfgSet *)entry; in mpp_enc_cfg_impl_dump()
332 #define KMPP_OBJ_IMPL_TYPE MppEncCfgSet
467 sizeof(MppEncCfgSet), mpp_trie_get_info_count(trie), in mpp_enc_cfg_show()
472 rk_u32 *mpp_enc_cfg_##name##_change(MppEncCfgSet *cfg) \
490 MppEncCfgSet *cfg_impl = kmpp_obj_to_entry(cfg); in GET_ENC_CFG_CHANGE()
507 MppEncCfgSet *cfg_impl = kmpp_obj_to_entry(cfg); in mpp_enc_cfg_apply()
/rockchip-linux_mpp/mpp/hal/common/h264/
H A Dhal_h264e_stream_amend.h48 MppPacket packet, MppEncCfgSet *cfg,
/rockchip-linux_mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_base.h40 MppEncCfgSet *cfg;
/rockchip-linux_mpp/mpp/hal/common/
H A Dhal_info.h69 MPP_RET hal_info_from_enc_cfg(HalInfo ctx, MppEncCfgSet *cfg);
H A Dhal_info.c249 MPP_RET hal_info_from_enc_cfg(HalInfo ctx, MppEncCfgSet *cfg) in hal_info_from_enc_cfg()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_codec.h64 MppEncCfgSet *cfg;
/rockchip-linux_mpp/mpp/hal/inc/
H A Dmpp_enc_hal.h27 MppEncCfgSet *cfg;
/rockchip-linux_mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c35 MppEncCfgSet *cfg;
225 MppEncCfgSet *cfg = p->cfg; in jpege_proc_hal()
/rockchip-linux_mpp/mpp/codec/enc/vp8/
H A Dvp8e_api_v2.c42 MppEncCfgSet *cfg;
/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.h341 MppEncCfgSet *cfg;
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c45 MppEncCfgSet *cfg;
227 MppEncCfgSet *cfg = ctx->cfg; in setup_hal_bufs()
770 H264ePps *pps, H264eSlice *slice, MppEncCfgSet *cfg) in setup_vepu541_rdo_pred()
1391 …setup_vepu541_l2(Vepu541H264eRegL2Set *regs, H264eSlice *slice, MppEncHwCfg *hw, MppEncCfgSet *cfg) in setup_vepu541_l2()
1591 MppEncCfgSet *cfg = ctx->cfg; in hal_h264e_vepu541_gen_regs()

12