Searched refs:ictx (Results 1 – 9 of 9) sorted by relevance
| /rockchip-linux_mpp/mpp/vproc/ |
| H A D | mpp_vproc_dev.c | 49 void put_iep_ctx(iep_com_ctx *ictx) in put_iep_ctx() argument 51 if (ictx->ops->release) in put_iep_ctx() 52 ictx->ops->release(ictx); in put_iep_ctx()
|
| /rockchip-linux_mpp/mpp/vproc/vdpp/ |
| H A D | vdpp.h | 53 MPP_RET vdpp_init(VdppCtx *ictx); 54 MPP_RET vdpp_deinit(VdppCtx ictx); 55 MPP_RET vdpp_control(VdppCtx ictx, VdppCmd cmd, void *iparam); 56 RK_S32 vdpp_check_cap(VdppCtx ictx);
|
| H A D | vdpp.c | 168 MPP_RET vdpp_init(VdppCtx *ictx) in vdpp_init() argument 175 if (NULL == *ictx) { in vdpp_init() 176 mpp_err_f("found NULL input vdpp ctx %p\n", *ictx); in vdpp_init() 180 ctx = *ictx; in vdpp_init() 208 MPP_RET vdpp_deinit(VdppCtx ictx) in vdpp_deinit() argument 212 if (NULL == ictx) { in vdpp_deinit() 213 mpp_err_f("found NULL input vdpp ctx %p\n", ictx); in vdpp_deinit() 217 ctx = ictx; in vdpp_deinit() 485 MPP_RET vdpp_control(VdppCtx ictx, VdppCmd cmd, void *iparam) in vdpp_control() argument 487 struct vdpp_api_ctx *ctx = ictx; in vdpp_control() [all …]
|
| H A D | vdpp2.h | 245 MPP_RET vdpp2_init(VdppCtx *ictx); 246 MPP_RET vdpp2_deinit(VdppCtx ictx); 247 MPP_RET vdpp2_control(VdppCtx ictx, VdppCmd cmd, void *iparam); 248 RK_S32 vdpp2_check_cap(VdppCtx ictx);
|
| H A D | vdpp2.c | 1439 MPP_RET vdpp2_init(VdppCtx *ictx) in vdpp2_init() argument 1446 if (NULL == *ictx) { in vdpp2_init() 1447 mpp_err_f("found NULL input vdpp2 ctx %p\n", *ictx); in vdpp2_init() 1451 ctx = *ictx; in vdpp2_init() 1479 MPP_RET vdpp2_deinit(VdppCtx ictx) in vdpp2_deinit() argument 1483 if (NULL == ictx) { in vdpp2_deinit() 1484 mpp_err_f("found NULL input vdpp ctx %p\n", ictx); in vdpp2_deinit() 1488 ctx = ictx; in vdpp2_deinit() 1971 MPP_RET vdpp2_control(VdppCtx ictx, VdppCmd cmd, void *iparam) in vdpp2_control() argument 1973 struct vdpp2_api_ctx *ctx = ictx; in vdpp2_control() [all …]
|
| /rockchip-linux_mpp/test/ |
| H A D | mpp_event_trigger.c | 215 struct event_ctx_impl *ictx = (struct event_ctx_impl *)ctx; in event_ctx_release() local 219 if (ictx->flag) { in event_ctx_release() 220 ictx->flag = 0; in event_ctx_release() 221 ictx->semval = 0; in event_ctx_release() 222 pthread_cond_signal(&ictx->condition); in event_ctx_release() 225 pthread_join(ictx->thr, &ret); in event_ctx_release() 227 free(ictx); in event_ctx_release()
|
| H A D | mpp_event_trigger.h | 28 void event_ctx_release(struct event_ctx *ictx);
|
| /rockchip-linux_mpp/mpp/vproc/iep2/ |
| H A D | iep2.c | 72 static MPP_RET iep2_init(IepCtx *ictx) in iep2_init() argument 75 struct iep2_api_ctx *ctx = *ictx; in iep2_init() 213 static MPP_RET iep2_deinit(IepCtx ictx) in iep2_deinit() argument 215 struct iep2_api_ctx *ctx = ictx; in iep2_deinit() 428 static MPP_RET iep2_control(IepCtx ictx, IepCmd cmd, void *iparam) in iep2_control() argument 430 struct iep2_api_ctx *ctx = ictx; in iep2_control() 489 static MPP_RET iep2_reset(IepCtx ictx) in iep2_reset() argument 491 struct iep2_api_ctx *ctx = ictx; in iep2_reset()
|
| /rockchip-linux_mpp/mpp/vproc/inc/ |
| H A D | iep_common.h | 127 void put_iep_ctx(iep_com_ctx *ictx);
|