Home
last modified time | relevance | path

Searched refs:osd_plt_cfg (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/test/
H A Dmpi_enc_mt_test.c53 MppEncOSDPltCfg osd_plt_cfg; member
797 p->osd_plt_cfg.change = MPP_ENC_OSD_PLT_CFG_CHANGE_ALL; in enc_test_input()
798 p->osd_plt_cfg.type = MPP_ENC_OSD_PLT_TYPE_USERDEF; in enc_test_input()
799 p->osd_plt_cfg.plt = &p->osd_plt; in enc_test_input()
801 ret = mpi->control(ctx, MPP_ENC_SET_OSD_PLT_CFG, &p->osd_plt_cfg); in enc_test_input()
H A Dmpi_enc_test.c85 MppEncOSDPltCfg osd_plt_cfg; member
922 p->osd_plt_cfg.change = MPP_ENC_OSD_PLT_CFG_CHANGE_ALL; in test_mpp_run()
923 p->osd_plt_cfg.type = MPP_ENC_OSD_PLT_TYPE_USERDEF; in test_mpp_run()
924 p->osd_plt_cfg.plt = &p->osd_plt; in test_mpp_run()
926 ret = mpi->control(ctx, MPP_ENC_SET_OSD_PLT_CFG, &p->osd_plt_cfg); in test_mpp_run()