Searched refs:AdegammaHandle (Results 1 – 1 of 1) sorted by relevance
27 AdegammaHandle_t AdegammaHandle; member37 AdegammaHandle_t*AdegammaHandle = NULL; in create_context() local39 ret = AdegammaInit(&AdegammaHandle, calib); in create_context()40 *context = (RkAiqAlgoContext *)(AdegammaHandle); in create_context()50 AdegammaHandle_t*AdegammaHandle = (AdegammaHandle_t*)context; in destroy_context() local53 ret = AdegammaRelease(AdegammaHandle); in destroy_context()64 AdegammaHandle_t * AdegammaHandle = (AdegammaHandle_t *)params->ctx; in prepare() local66 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 …]