Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp/
H A Drk_aiq_asharp_algo.h14 AsharpResult_t AsharpStart(AsharpContext_t *pAsharpCtx);
16 AsharpResult_t AsharpStop(AsharpContext_t *pAsharpCtx);
18 AsharpResult_t AsharpIQParaUpdate(AsharpContext_t *pAsharpCtx);
20 AsharpResult_t AsharpInit(AsharpContext_t **ppAsharpCtx, CamCalibDbContext_t *pCalibDb);
22 AsharpResult_t AsharpRelease(AsharpContext_t *pAsharpCtx);
24 AsharpResult_t AsharpPrepare(AsharpContext_t *pAsharpCtx, AsharpConfig_t* pAsharpConfig);
26 AsharpResult_t AsharpReConfig(AsharpContext_t *pAsharpCtx, AsharpConfig_t* pAsharpConfig);
28 AsharpResult_t AsharpPreProcess(AsharpContext_t *pAsharpCtx);
30 AsharpResult_t AsharpProcess(AsharpContext_t *pAsharpCtx, AsharpExpInfo_t *pExpInfo);
32 AsharpResult_t AsharpGetProcResult(AsharpContext_t *pAsharpCtx, AsharpProcResult_t* pAsharpResult);
[all …]
H A Drk_aiq_uapi_asharp_int.cpp16 AsharpContext_t* pAsharpCtx = (AsharpContext_t*)ctx; in rk_aiq_uapi_asharp_SetAttrib()
30 AsharpContext_t* pAsharpCtx = (AsharpContext_t*)ctx; in rk_aiq_uapi_asharp_GetAttrib()
46 AsharpContext_t* pAsharpCtx = (AsharpContext_t*)ctx; in rk_aiq_uapi_asharp_SetIQpara()
125 AsharpContext_t* pAsharpCtx = (AsharpContext_t*)ctx; in rk_aiq_uapi_asharp_GetIQpara()
199 AsharpContext_t* pAsharpCtx = (AsharpContext_t*)ctx; in rk_aiq_uapi_asharp_SetStrength()
220 AsharpContext_t* pAsharpCtx = (AsharpContext_t*)ctx; in rk_aiq_uapi_asharp_GetStrength()
241 AsharpContext_t* pAsharpCtx = (AsharpContext_t*)ctx; in rk_aiq_uapi_asharp_SetJsonpara()
261 AsharpContext_t* pAsharpCtx = (AsharpContext_t*)ctx; in rk_aiq_uapi_asharp_GetJsonpara()
H A Drk_aiq_asharp_algo.cpp7 AsharpResult_t AsharpStart(AsharpContext_t *pAsharpCtx) in AsharpStart()
28 AsharpResult_t AsharpStop(AsharpContext_t *pAsharpCtx) in AsharpStop()
48 AsharpResult_t AsharpIQParaUpdate(AsharpContext_t *pAsharpCtx) in AsharpIQParaUpdate()
68 AsharpResult_t AsharpInit(AsharpContext_t **ppAsharpCtx, CamCalibDbContext_t *pCalibDb) in AsharpInit()
70 AsharpContext_t * pAsharpCtx; in AsharpInit()
74 pAsharpCtx = (AsharpContext_t *)malloc(sizeof(AsharpContext_t)); in AsharpInit()
80 memset(pAsharpCtx, 0x00, sizeof(AsharpContext_t)); in AsharpInit()
135 AsharpResult_t AsharpInit_json(AsharpContext_t **ppAsharpCtx, CamCalibDbV2Context_t *pCalibDbV2) in AsharpInit_json()
137 AsharpContext_t * pAsharpCtx; in AsharpInit_json()
141 pAsharpCtx = (AsharpContext_t *)malloc(sizeof(AsharpContext_t)); in AsharpInit_json()
[all …]
H A Drk_aiq_algo_asharp_itf.cpp39 AsharpContext_t* pAsharpCtx = NULL; in create_context()
66 AsharpContext_t* pAsharpCtx = (AsharpContext_t*)context; in destroy_context()
86 AsharpContext_t* pAsharpCtx = (AsharpContext_t *)params->ctx; in prepare()
125 AsharpContext_t* pAsharpCtx = (AsharpContext_t *)inparams->ctx; in pre_process()
156 AsharpContext_t* pAsharpCtx = (AsharpContext_t *)inparams->ctx; in processing()
H A Drk_aiq_types_asharp_algo_prvt.h84 } AsharpContext_t; typedef