| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/ |
| H A D | h264e_sps.h | 128 MPP_RET h264e_sps_update(H264eSps *sps, MppEncCfgSet *cfg); 130 RK_S32 *len, MppEncCfgSet *cfg);
|
| H A D | h264e_pps.h | 63 MPP_RET h264e_pps_update(H264ePps *pps, MppEncCfgSet *cfg);
|
| H A D | h264e_api_v2.c | 47 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 D | h264e_dpb.h | 141 MPP_RET h264e_dpb_setup(H264eDpb *dpb, MppEncCfgSet* cfg, H264eSps *sps);
|
| H A D | h264e_sps.c | 61 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 D | h264e_slice.h | 165 RK_S32 h264e_slice_update(H264eSlice *slice, MppEncCfgSet *cfg,
|
| H A D | h264e_pps.c | 45 MPP_RET h264e_pps_update(H264ePps *pps, MppEncCfgSet *cfg) in h264e_pps_update()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu_v2.h | 197 MPP_RET h264e_vepu_mbrc_setup(HalH264eVepuMbRcCtx ctx, MppEncCfgSet *cfg); 199 EncRcTask *rc_task, MppEncCfgSet *set_cfg);
|
| H A D | hal_h264e_vepu_v2.c | 511 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 D | vp8e_api_v2.c | 43 MppEncCfgSet *cfg; 293 MppEncCfgSet *cfg = p->cfg; in vp8e_proc_cfg() 295 MppEncCfgSet *src = &impl->cfg; in vp8e_proc_cfg()
|
| H A D | vp8e_rc.h | 27 MPP_RET vp8e_init_rc(Vp8eRc *rc, MppEncCfgSet *cfg);
|
| /OK3568_Linux_fs/external/mpp/mpp/base/inc/ |
| H A D | mpp_enc_cfg_impl.h | 27 MppEncCfgSet cfg;
|
| /OK3568_Linux_fs/external/mpp/mpp/inc/ |
| H A D | mpp_enc_cfg.h | 52 } MppEncCfgSet; typedef
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/jpeg/ |
| H A D | jpege_api_v2.c | 34 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 D | hal_h264e_stream_amend.h | 47 MppPacket packet, MppEncCfgSet *cfg,
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/inc/ |
| H A D | enc_impl_api.h | 33 MppEncCfgSet *cfg;
|
| H A D | mpp_enc_impl.h | 142 MppEncCfgSet cfg;
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/common/ |
| H A D | hal_info.h | 69 MPP_RET hal_info_from_enc_cfg(HalInfo ctx, MppEncCfgSet *cfg);
|
| H A D | hal_info.c | 249 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 D | hal_jpege_base.h | 48 MppEncCfgSet *cfg;
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/ |
| H A D | h265e_codec.h | 64 MppEncCfgSet *cfg;
|
| H A D | h265e_api.c | 546 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 D | mpp_enc_cfg.cpp | 116 (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 D | mpp_enc_hal.h | 27 MppEncCfgSet *cfg;
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/ |
| H A D | mpp_enc_impl.cpp | 253 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()
|