Home
last modified time | relevance | path

Searched refs:plt_cfg (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/common/
H A Dvepu541_common.c601 MppEncOSDPltCfg *plt_cfg = cfg->plt_cfg; in vepu541_set_osd() local
617 if (plt_cfg->type == MPP_ENC_OSD_PLT_TYPE_USERDEF) { in vepu541_set_osd()
620 wr_cfg.reg = plt_cfg->plt; in vepu541_set_osd()
805 MppEncOSDPltCfg *plt_cfg = cfg->plt_cfg; in vepu540_set_osd() local
821 if (plt_cfg->type == MPP_ENC_OSD_PLT_TYPE_USERDEF) { in vepu540_set_osd()
824 wr_cfg.reg = plt_cfg->plt; in vepu540_set_osd()
1011 MppEncOSDPltCfg *plt_cfg = cfg->plt_cfg; in vepu580_set_osd() local
1027 if (plt_cfg->type == MPP_ENC_OSD_PLT_TYPE_USERDEF) { in vepu580_set_osd()
1028 memcpy(regs->plt_data, plt_cfg->plt, sizeof(MppEncOSDPlt)); in vepu580_set_osd()
H A Dvepu541_common.h155 MppEncOSDPltCfg *plt_cfg; member
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_v2.cpp137 p->cfg.plt_cfg.plt = &p->cfg.plt_data; in mpp_enc_init_v2()
377 memcpy(param, &enc->cfg.plt_cfg, sizeof(enc->cfg.plt_cfg)); in mpp_enc_control_v2()
H A Dmpp_enc_impl.cpp1053 MppEncOSDPltCfg *dst = &enc->cfg.plt_cfg; in mpp_enc_proc_cfg()
/OK3568_Linux_fs/external/mpp/mpp/inc/
H A Dmpp_enc_cfg.h47 MppEncOSDPltCfg plt_cfg; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c194 p->osd_cfg.plt_cfg = &p->cfg->plt_cfg; in hal_h264e_vepu541_init()
H A Dhal_h264e_vepu580.c353 p->osd_cfg.plt_cfg = &p->cfg->plt_cfg; in hal_h264e_vepu580_init()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu541.c662 ctx->osd_cfg.plt_cfg = &ctx->cfg->plt_cfg; in hal_h265e_v541_init()
H A Dhal_h265e_vepu580.c1475 ctx->osd_cfg.plt_cfg = &ctx->cfg->plt_cfg; in hal_h265e_v580_init()