Searched refs:iep_com_ctx (Results 1 – 8 of 8) sorted by relevance
103 typedef struct iep_com_ctx_t iep_com_ctx; typedef109 void (*release)(iep_com_ctx *ctx);116 } iep_com_ctx; typedef120 iep_com_ctx* (*get)(void);121 void (*put)(iep_com_ctx *ctx);125 iep_com_ctx* get_iep_ctx();126 void put_iep_ctx(iep_com_ctx *ictx);
147 iep_com_ctx* rockchip_iep2_api_alloc_ctx(void);148 void rockchip_iep2_api_release_ctx(iep_com_ctx *com_ctx);
174 iep_com_ctx* rockchip_iep_api_alloc_ctx(void);175 void rockchip_iep_api_release_ctx(iep_com_ctx *com_ctx);
40 iep_com_ctx* get_iep_ctx() in get_iep_ctx()46 iep_com_ctx *ctx = dev_comp[i].get(); in get_iep_ctx()60 void put_iep_ctx(iep_com_ctx *ictx) in put_iep_ctx()
85 iep_com_ctx *com_ctx;
619 iep_com_ctx* rockchip_iep_api_alloc_ctx(void) in rockchip_iep_api_alloc_ctx()621 iep_com_ctx *com_ctx = (iep_com_ctx *)calloc(sizeof(*com_ctx), 1); in rockchip_iep_api_alloc_ctx()632 void rockchip_iep_api_release_ctx(iep_com_ctx *com_ctx) in rockchip_iep_api_release_ctx()
491 iep_com_ctx* rockchip_iep2_api_alloc_ctx(void) in rockchip_iep2_api_alloc_ctx()493 iep_com_ctx *com_ctx = calloc(sizeof(*com_ctx), 1); in rockchip_iep2_api_alloc_ctx()504 void rockchip_iep2_api_release_ctx(iep_com_ctx *com_ctx) in rockchip_iep2_api_release_ctx()
174 static void iep2_test_set_img(iep_com_ctx *ctx, int w, int h, in iep2_test_set_img()198 iep_com_ctx* iep2 = rockchip_iep2_api_alloc_ctx(); in iep2_test()