Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/afec/
H A Drk_aiq_algo_afec_itf.cpp89 ctx->hFEC = new FECContext_t(); in create_context()
90 if (ctx->hFEC == NULL) { in create_context()
94 memset((void *)(ctx->hFEC), 0, sizeof(FECContext_t)); in create_context()
97 FECHandle_t fecCtx = ctx->hFEC; in create_context()
126 ctx->hFEC->isAttribUpdated = false; in create_context()
127 ctx->hFEC->afecReadMeshThread = new RKAiqAfecThread(ctx->hFEC); in create_context()
153 ctx->hFEC->eState = FEC_STATE_INVALID; in create_context()
161 FECHandle_t hFEC = (FECHandle_t)context->hFEC; in destroy_context() local
162 FECContext_t* fecCtx = (FECContext_t*)hFEC; in destroy_context()
195 delete context->hFEC; in destroy_context()
[all …]
H A Drk_aiq_types_afec_algo_prvt.h98 FECHandle_t hFEC; member
109 , hFEC(fecHandle) {}; in RKAiqAfecThread()
142 FECHandle_t hFEC;
H A Drk_aiq_uapi_afec_int.cpp29 FECHandle_t fec_contex = (FECHandle_t)ctx->hFEC;; in rk_aiq_uapi_afec_SetAttrib()
68 FECHandle_t fec_contex = (FECHandle_t)ctx->hFEC;; in rk_aiq_uapi_afec_GetAttrib()