Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/external/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.c47 MppEncCfgSet *cfg;
88 static void init_h264e_cfg_set(MppEncCfgSet *cfg, MppClientType type) in init_h264e_cfg_set()
566 static void h264e_check_cfg(MppEncCfgSet *cfg) in h264e_check_cfg()
584 MppEncCfgSet *cfg = p->cfg; in h264e_proc_cfg()
591 MppEncCfgSet *src = &impl->cfg; in h264e_proc_cfg()
H A Dh264e_dpb.h141 MPP_RET h264e_dpb_setup(H264eDpb *dpb, MppEncCfgSet* cfg, H264eSps *sps);
H A Dh264e_sps.c61 MPP_RET h264e_sps_update(H264eSps *sps, MppEncCfgSet *cfg) in h264e_sps_update()
252 RK_S32 *len, MppEncCfgSet *cfg) in h264e_sps_to_packet()
H A Dh264e_slice.h165 RK_S32 h264e_slice_update(H264eSlice *slice, MppEncCfgSet *cfg,
H A Dh264e_pps.c45 MPP_RET h264e_pps_update(H264ePps *pps, MppEncCfgSet *cfg) in h264e_pps_update()
/OK3568_Linux_fs/external/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()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/
H A Dvp8e_api_v2.c43 MppEncCfgSet *cfg;
293 MppEncCfgSet *cfg = p->cfg; in vp8e_proc_cfg()
295 MppEncCfgSet *src = &impl->cfg; in vp8e_proc_cfg()
H A Dvp8e_rc.h27 MPP_RET vp8e_init_rc(Vp8eRc *rc, MppEncCfgSet *cfg);
/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_enc_cfg_impl.h27 MppEncCfgSet cfg;
/OK3568_Linux_fs/external/mpp/mpp/inc/
H A Dmpp_enc_cfg.h52 } MppEncCfgSet; typedef
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c34 MppEncCfgSet *cfg;
367 MppEncCfgSet *cfg = p->cfg; in jpege_proc_cfg()
375 MppEncCfgSet *src = &impl->cfg; in jpege_proc_cfg()
476 MppEncCfgSet *cfg = p->cfg; in jpege_proc_hal()
/OK3568_Linux_fs/external/mpp/mpp/hal/common/h264/
H A Dhal_h264e_stream_amend.h47 MppPacket packet, MppEncCfgSet *cfg,
/OK3568_Linux_fs/external/mpp/mpp/codec/inc/
H A Denc_impl_api.h33 MppEncCfgSet *cfg;
H A Dmpp_enc_impl.h142 MppEncCfgSet cfg;
/OK3568_Linux_fs/external/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()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_base.h48 MppEncCfgSet *cfg;
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_codec.h64 MppEncCfgSet *cfg;
H A Dh265e_api.c546 MppEncCfgSet *cfg = p->cfg; in h265e_proc_cfg()
554 MppEncCfgSet *src = &impl->cfg; in h265e_proc_cfg()
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_enc_cfg.cpp116 (RK_U32)((long)&(((MppEncCfgSet *)0)->field_change.change)), \
118 (RK_U32)((long)&(((MppEncCfgSet *)0)->field_change.field_data)), \
119 sizeof((((MppEncCfgSet *)0)->field_change.field_data)), \
349 info->head.cfg_size = sizeof(MppEncCfgSet); in mpp_enc_cfg_flaten()
399 static void mpp_enc_cfg_set_default(MppEncCfgSet *cfg) in mpp_enc_cfg_set_default()
/OK3568_Linux_fs/external/mpp/mpp/hal/inc/
H A Dmpp_enc_hal.h27 MppEncCfgSet *cfg;
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_impl.cpp253 static RK_S32 check_resend_hdr(MpiCmd cmd, void *param, MppEncCfgSet *cfg) in check_resend_hdr()
330 static RK_S32 check_rc_cfg_update(MpiCmd cmd, MppEncCfgSet *cfg) in check_rc_cfg_update()
357 static RK_S32 check_rc_gop_update(MpiCmd cmd, MppEncCfgSet *cfg) in check_rc_gop_update()
381 MppEncCfgSet *cfg = &enc->cfg; in check_low_delay_part_mode()
399 MppEncCfgSet *cfg = &enc->cfg; in check_low_delay_output()
898 MppEncCfgSet *src = &impl->cfg; in mpp_enc_proc_cfg()
903 MppEncCfgSet *dst = &enc->cfg; in mpp_enc_proc_cfg()
1172 static void set_rc_cfg(RcCfg *cfg, MppEncCfgSet *cfg_set) in set_rc_cfg()
1325 MppEncCfgSet *cfg = &enc->cfg; in mpp_enc_proc_rc_update()

12