Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/asharp4/
H A Drk_aiq_algo_camgroup_asharp_itf_v4.cpp36 CamGroup_AsharpV4_Contex_t *asharp_group_contex = NULL; in groupAsharpV4CreateCtx() local
40asharp_group_contex = (CamGroup_AsharpV4_Contex_t*)malloc(sizeof(CamGroup_AsharpV4_Contex_t)); in groupAsharpV4CreateCtx()
43 … ret_v4 = Asharp_Init_V4(&(asharp_group_contex->asharp_contex_v4), (void *)cfgInt->s_calibv2); in groupAsharpV4CreateCtx()
58asharp_group_contex->group_CalibV2.groupMethod = CalibDbV2_CAMGROUP_ASHARPV4_METHOD_MEAN;// to do … in groupAsharpV4CreateCtx()
59 asharp_group_contex->camera_Num = cfgInt->camIdArrayLen; in groupAsharpV4CreateCtx()
61 *context = (RkAiqAlgoContext *)(asharp_group_contex); in groupAsharpV4CreateCtx()
65 asharp_group_contex->group_CalibV2.groupMethod, in groupAsharpV4CreateCtx()
66 asharp_group_contex->camera_Num); in groupAsharpV4CreateCtx()
80 CamGroup_AsharpV4_Contex_t *asharp_group_contex = (CamGroup_AsharpV4_Contex_t*)context; in groupAsharpV4DestroyCtx() local
84 ret_v4 = Asharp_Release_V4(asharp_group_contex->asharp_contex_v4); in groupAsharpV4DestroyCtx()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/asharp3/
H A Drk_aiq_algo_camgroup_asharp_itf_v3.cpp36 CamGroup_AsharpV3_Contex_t *asharp_group_contex = NULL; in groupAsharpV3CreateCtx() local
41asharp_group_contex = (CamGroup_AsharpV3_Contex_t*)malloc(sizeof(CamGroup_AsharpV3_Contex_t)); in groupAsharpV3CreateCtx()
44 … ret_v3 = Asharp_Init_V3(&(asharp_group_contex->asharp_contex_v3), (void *)cfgInt->s_calibv2); in groupAsharpV3CreateCtx()
60asharp_group_contex->group_CalibV2.groupMethod = CalibDbV2_CAMGROUP_ASHARPV3_METHOD_MEAN;// to do … in groupAsharpV3CreateCtx()
61 asharp_group_contex->camera_Num = cfgInt->camIdArrayLen; in groupAsharpV3CreateCtx()
63 *context = (RkAiqAlgoContext *)(asharp_group_contex); in groupAsharpV3CreateCtx()
67 asharp_group_contex->group_CalibV2.groupMethod, in groupAsharpV3CreateCtx()
68 asharp_group_contex->camera_Num); in groupAsharpV3CreateCtx()
82 CamGroup_AsharpV3_Contex_t *asharp_group_contex = (CamGroup_AsharpV3_Contex_t*)context; in groupAsharpV3DestroyCtx() local
86 ret_v3 = Asharp_Release_V3(asharp_group_contex->asharp_contex_v3); in groupAsharpV3DestroyCtx()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/asharpV33/
H A Drk_aiq_algo_camgroup_asharp_itf_v33.cpp36 CamGroup_AsharpV33_Contex_t *asharp_group_contex = NULL; in groupAsharpV33CreateCtx() local
40asharp_group_contex = (CamGroup_AsharpV33_Contex_t*)malloc(sizeof(CamGroup_AsharpV33_Contex_t)); in groupAsharpV33CreateCtx()
43 … ret_v33 = Asharp_Init_V33(&(asharp_group_contex->asharp_contex_v33), (void *)cfgInt->s_calibv2); in groupAsharpV33CreateCtx()
58asharp_group_contex->group_CalibV2.groupMethod = CalibDbV2_CAMGROUP_ASHARPV33_METHOD_MEAN;// to do… in groupAsharpV33CreateCtx()
59 asharp_group_contex->camera_Num = cfgInt->camIdArrayLen; in groupAsharpV33CreateCtx()
61 *context = (RkAiqAlgoContext *)(asharp_group_contex); in groupAsharpV33CreateCtx()
65 asharp_group_contex->group_CalibV2.groupMethod, in groupAsharpV33CreateCtx()
66 asharp_group_contex->camera_Num); in groupAsharpV33CreateCtx()
80 CamGroup_AsharpV33_Contex_t *asharp_group_contex = (CamGroup_AsharpV33_Contex_t*)context; in groupAsharpV33DestroyCtx() local
84 ret_v33 = Asharp_Release_V33(asharp_group_contex->asharp_contex_v33); in groupAsharpV33DestroyCtx()
[all …]