Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adegamma/
H A Drk_aiq_algo_adegamma_itf.cpp27 AdegammaHandle_t AdegammaHandle; member
37 AdegammaHandle_t*AdegammaHandle = NULL; in create_context() local
39 ret = AdegammaInit(&AdegammaHandle, calib); in create_context()
40 *context = (RkAiqAlgoContext *)(AdegammaHandle); in create_context()
50 AdegammaHandle_t*AdegammaHandle = (AdegammaHandle_t*)context; in destroy_context() local
53 ret = AdegammaRelease(AdegammaHandle); in destroy_context()
64 AdegammaHandle_t * AdegammaHandle = (AdegammaHandle_t *)params->ctx; in prepare() local
66 AdegammaHandle->working_mode = pCfgParam->com.u.prepare.working_mode; in prepare()
67 AdegammaHandle->prepare_type = pCfgParam->com.u.prepare.conf_type; in prepare()
69 if(!!(AdegammaHandle->prepare_type & RK_AIQ_ALGO_CONFTYPE_UPDATECALIB )) { in prepare()
[all …]