Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_algo_atmo_itf.cpp39 memset(&ctx->AtmoInstConfig, 0x00, sizeof(AtmoInstanceConfig_t)); in AtmoCreateCtx()
40 ret = AtmoInit(&ctx->AtmoInstConfig, cfg->calibv2); in AtmoCreateCtx()
59 AtmoHandle_t pAtmoCtx = (AtmoHandle_t)context->AtmoInstConfig.hAtmo; in AtmoDestroyCtx()
78 AtmoHandle_t pAtmoCtx = params->ctx->AtmoInstConfig.hAtmo; in AtmoPrepare()
127 AtmoHandle_t pAtmoCtx = inparams->ctx->AtmoInstConfig.hAtmo; in AtmoPreProcess()
148 AtmoHandle_t pAtmoCtx = (AtmoHandle_t)inparams->ctx->AtmoInstConfig.hAtmo; in AtmoProcess()
H A Drk_aiq_types_atmo_algo_prvt.h227 AtmoInstanceConfig_t AtmoInstConfig; member
H A Drk_aiq_uapi_atmo_int.cpp229 AtmoContext_t* pAtmoCtx = (AtmoContext_t*)(ctx->AtmoInstConfig.hAtmo); in rk_aiq_uapi_atmo_SetAttrib()
271 AtmoContext_t* pAtmoCtx = (AtmoContext_t*)ctx->AtmoInstConfig.hAtmo; in rk_aiq_uapi_atmo_GetAttrib()