Lines Matching refs:vdpp
223 vdpp_com_ctx* vdpp = rockchip_vdpp_api_alloc_ctx(); in vdpp_test() local
255 mpp_assert(vdpp); in vdpp_test()
304 vdpp->ops->init(&vdpp->priv); in vdpp_test()
332 vdpp->ops->control(vdpp->priv, VDPP_CMD_SET_COM2_CFG, ¶ms); in vdpp_test()
343 vdpp->ops->control(vdpp->priv, VDPP_CMD_SET_COM_CFG, ¶ms); in vdpp_test()
347 RK_S32 cap = vdpp->ops->check_cap(vdpp->priv); in vdpp_test()
361 vdpp_test_set_img(vdpp, cfg->src_width_vir, cfg->src_height_vir, in vdpp_test()
363 vdpp_test_set_img(vdpp, cfg->dst_width_vir, cfg->dst_height_vir, in vdpp_test()
366 vdpp_test_set_img(vdpp, cfg->dst_c_width_vir, cfg->dst_c_height_vir, in vdpp_test()
370 vdpp->ops->control(vdpp->priv, VDPP_CMD_SET_HIST_FD, &fdhist); in vdpp_test()
375 if (vdpp->ops->control(vdpp->priv, VDPP_CMD_RUN_SYNC, NULL)) { in vdpp_test()
459 vdpp->ops->deinit(vdpp->priv); in vdpp_test()
461 rockchip_vdpp_api_release_ctx(vdpp); in vdpp_test()