Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/acgc/
H A Drk_aiq_algo_acgc_itf.cpp74 rk_aiq_acgc_params_t* acgc_params = &params->ctx->acgcCtx.params; in prepare()
87 params->ctx->acgcCtx.isReCal_ = true; in prepare()
104 if (ctx->acgcCtx.params.op_mode == RK_AIQ_OP_MODE_AUTO) { in processing()
105 ctx->acgcCtx.params = g_cgc_def; in processing()
108 if (ctx->acgcCtx.isReCal_) { in processing()
109 *res_com->acgc_res = ctx->acgcCtx.params; in processing()
111 ctx->acgcCtx.isReCal_ = false; in processing()
H A Drk_aiq_uapi_acgc_int.cpp33 AcgcContext_t* pAcgcCtx = &ctx->acgcCtx; in rk_aiq_uapi_acgc_SetAttrib()
49 AcgcContext_t* pAcgcCtx = (AcgcContext_t*)&ctx->acgcCtx; in rk_aiq_uapi_acgc_GetAttrib()
H A Drk_aiq_types_algo_acgc_prvt.h36 AcgcContext_t acgcCtx; member