Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/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);
114 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);
/OK3568_Linux_fs/external/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()
423 static MPP_RET iep2_control(IepCtx ictx, IepCmd cmd, void *iparam) in iep2_control()
/OK3568_Linux_fs/external/mpp/mpp/vproc/iep/
H A Diep.cpp55 MPP_RET iep_init(IepCtx *ctx) in iep_init()
115 MPP_RET iep_deinit(IepCtx ctx) in iep_deinit()
342 MPP_RET iep_control(IepCtx ctx, IepCmd cmd, void *param) in iep_control()
/OK3568_Linux_fs/external/mpp/mpp/vproc/iep/test/
H A Diep_test.cpp86 IepCtx ctx;
/OK3568_Linux_fs/external/mpp/mpp/vproc/
H A Dmpp_dec_vproc.cpp84 IepCtx iep_ctx;