Home
last modified time | relevance | path

Searched refs:vdpp_api_ctx (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/vproc/vdpp/
H A Dvdpp.c23 static MPP_RET vdpp_params_to_reg(struct vdpp_params* src_params, struct vdpp_api_ctx *ctx) in vdpp_params_to_reg()
173 struct vdpp_api_ctx *ctx = NULL; in vdpp_init()
210 struct vdpp_api_ctx *ctx = NULL; in vdpp_deinit()
227 static MPP_RET vdpp_set_param(struct vdpp_api_ctx *ctx, in vdpp_set_param()
311 static MPP_RET vdpp_start(struct vdpp_api_ctx *ctx) in vdpp_start()
420 static MPP_RET vdpp_wait(struct vdpp_api_ctx *ctx) in vdpp_wait()
443 static MPP_RET vdpp_done(struct vdpp_api_ctx *ctx) in vdpp_done()
487 struct vdpp_api_ctx *ctx = ictx; in vdpp_control()
534 struct vdpp_api_ctx *ctx = ictx; in vdpp_check_cap()
H A Dvdpp.h41 struct vdpp_api_ctx { struct
H A Dvdpp_api.c37 ctx = mpp_calloc(struct vdpp_api_ctx, 1); in rockchip_vdpp_api_alloc_ctx()