Searched refs:check_cap (Results 1 – 6 of 6) sorted by relevance
28 ops->check_cap = vdpp2_check_cap; in rockchip_vdpp_api_alloc_ctx()35 ops->check_cap = vdpp_check_cap; in rockchip_vdpp_api_alloc_ctx()
271 static RK_S32 check_cap(struct vdpp_params *params) in check_cap() function326 ret_cap = check_cap(&ctx->params); in vdpp_start()541 return check_cap(&ctx->params); in vdpp_check_cap()
885 if (vdpp->ops->check_cap) in hwpq_vdpp_check_work_mode()886 cap_mode = vdpp->ops->check_cap(vdpp->priv); in hwpq_vdpp_check_work_mode()
1616 static RK_S32 check_cap(struct vdpp2_params *params) in check_cap() function1791 ret_cap = check_cap(&ctx->params); in vdpp2_start()2037 return check_cap(&ctx->params); in vdpp2_check_cap()
104 RK_S32 (*check_cap)(VdppCtx ctx); member
347 RK_S32 cap = vdpp->ops->check_cap(vdpp->priv); in vdpp_test()