Home
last modified time | relevance | path

Searched refs:IepCtx (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/vproc/inc/
H A Diep_common.h97 typedef void* IepCtx; typedef
106 MPP_RET (*init)(IepCtx *ctx);
107 MPP_RET (*deinit)(IepCtx ctx);
108 MPP_RET (*control)(IepCtx ctx, IepCmd cmd, void *param);
109 MPP_RET (*reset)(IepCtx ctx);
115 IepCtx priv;
H A Diep_api.h164 typedef void* IepCtx; typedef
170 MPP_RET iep_init(IepCtx *ctx);
171 MPP_RET iep_deinit(IepCtx ctx);
172 MPP_RET iep_control(IepCtx ctx, IepCmd cmd, void *param);
/rockchip-linux_mpp/mpp/vproc/iep2/
H A Diep2.c72 static MPP_RET iep2_init(IepCtx *ictx) in iep2_init()
213 static MPP_RET iep2_deinit(IepCtx ictx) in iep2_deinit()
428 static MPP_RET iep2_control(IepCtx ictx, IepCmd cmd, void *iparam) in iep2_control()
489 static MPP_RET iep2_reset(IepCtx ictx) in iep2_reset()
/rockchip-linux_mpp/mpp/vproc/iep/
H A Diep.c43 MPP_RET iep_init(IepCtx *ctx) in iep_init()
103 MPP_RET iep_deinit(IepCtx ctx) in iep_deinit()
330 MPP_RET iep_control(IepCtx ctx, IepCmd cmd, void *param) in iep_control()
/rockchip-linux_mpp/mpp/vproc/iep/test/
H A Diep_test.c75 IepCtx ctx;
/rockchip-linux_mpp/mpp/vproc/
H A Dmpp_dec_vproc.c80 IepCtx iep_ctx;