Home
last modified time | relevance | path

Searched refs:stEdgefilterParams (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp/
H A Drk_aiq_asharp_algo.cpp104 memset(&pAsharpCtx->stAuto.stEdgefilterParams, 0, sizeof(RKAsharp_EdgeFilter_Params_t)); in AsharpInit()
105 fread(&pAsharpCtx->stAuto.stEdgefilterParams, 1, sizeof(RKAsharp_EdgeFilter_Params_t), fp2); in AsharpInit()
177 memset(&pAsharpCtx->stAuto.stEdgefilterParams, 0, sizeof(RKAsharp_EdgeFilter_Params_t)); in AsharpInit_json()
178 fread(&pAsharpCtx->stAuto.stEdgefilterParams, 1, sizeof(RKAsharp_EdgeFilter_Params_t), fp2); in AsharpInit_json()
334 …select_edgefilter_params_by_ISO(&pAsharpCtx->stAuto.stEdgefilterParams, &pAsharpCtx->stAuto.stEdge… in AsharpProcess()
614 …edgefilter_config_setting_param(&pAsharpCtx->stAuto.stEdgefilterParams, &pAsharpCtx->stEdgeFltCali… in ASharpConfigSettingParam()
679 …edgefilter_config_setting_param_json(&pAsharpCtx->stAuto.stEdgefilterParams, &pAsharpCtx->edgefilt… in ASharpConfigSettingParam_json()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/asharp/
H A Drk_aiq_types_asharp_algo_int.h360 RKAsharp_EdgeFilter_Params_t stEdgefilterParams; member