Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharpV33/
H A Drk_aiq_asharp_algo_v33.h38 Asharp_result_V33_t Asharp_Init_V33(Asharp_Context_V33_t** ppAsharpCtx, void* pCalibDb);
H A Drk_aiq_asharp_algo_itf_v33.cpp37 Asharp_result_V33_t ret = Asharp_Init_V33(&pAsharpCtx, cfg->calibv2); in create_context()
39 Asharp_result_V33_t ret = Asharp_Init_V33(&pAsharpCtx, cfg->calib); in create_context()
H A Drk_aiq_asharp_algo_v33.cpp64 Asharp_result_V33_t Asharp_Init_V33(Asharp_Context_V33_t** ppAsharpCtx, void* pCalibDb) { in Asharp_Init_V33() function
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/asharpV33/
H A Drk_aiq_algo_camgroup_asharp_itf_v33.cpp43 … ret_v33 = Asharp_Init_V33(&(asharp_group_contex->asharp_contex_v33), (void *)cfgInt->s_calibv2); in groupAsharpV33CreateCtx()