Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp3/
H A Drk_aiq_asharp_algo_v3.h20 Asharp3_result_t Asharp_Init_V3(Asharp_Context_V3_t **ppAsharpCtx, void *pCalibDb);
H A Drk_aiq_asharp_algo_itf_v3.cpp42 Asharp3_result_t ret = Asharp_Init_V3(&pAsharpCtx, cfg->calibv2); in create_context()
44 Asharp3_result_t ret = Asharp_Init_V3(&pAsharpCtx, cfg->calib); in create_context()
H A Drk_aiq_asharp_algo_v3.cpp50 Asharp3_result_t Asharp_Init_V3(Asharp_Context_V3_t **ppAsharpCtx, void *pCalibDb) in Asharp_Init_V3() function
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/asharp3/
H A Drk_aiq_algo_camgroup_asharp_itf_v3.cpp44 … ret_v3 = Asharp_Init_V3(&(asharp_group_contex->asharp_contex_v3), (void *)cfgInt->s_calibv2); in groupAsharpV3CreateCtx()