Home
last modified time | relevance | path

Searched refs:stAsharpProcResult (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAsharpHandle.cpp293 memcpy(&sharpen_params->result, &asharp_rk->stAsharpProcResult.stSharpFix, in genIspResult()
297 memcpy(&edgeflt_params->result, &asharp_rk->stAsharpProcResult.stEdgefltFix, in genIspResult()
H A DRkAiqAsharpV3Handle.cpp237 …asharp_proc_res_int->stAsharpProcResult.stFix = &shared->fullParams->mSharpenV21Params->data()->re… in processing()
H A DRkAiqAsharpV4Handle.cpp267 …asharp_proc_res_int->stAsharpProcResult.stFix = &shared->fullParams->mSharpenV3xParams->data()->re… in processing()
H A DRkAiqAsharpV33Handle.cpp340 …asharp_proc_res_int->stAsharpProcResult.stFix = &shared->fullParams->mSharpV32Params->data()->resu… in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/
H A Drk_aiq_algo_types.h333 AsharpProcResult_t stAsharpProcResult; member
367 Asharp_ProcResult_V3_t stAsharpProcResult; member
401 Asharp_ProcResult_V4_t stAsharpProcResult; member
427 Asharp_ProcResult_V33_t stAsharpProcResult; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp4/
H A Drk_aiq_asharp_algo_itf_v4.cpp280 Asharp_GetProcResult_V4(pAsharpCtx, &pAsharpProcResParams->stAsharpProcResult); in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp3/
H A Drk_aiq_asharp_algo_itf_v3.cpp260 Asharp_GetProcResult_V3(pAsharpCtx, &pAsharpProcResParams->stAsharpProcResult); in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp/
H A Drk_aiq_algo_asharp_itf.cpp244 AsharpGetProcResult(pAsharpCtx, &pAsharpProcResParams->stAsharpProcResult); in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharpV33/
H A Drk_aiq_asharp_algo_itf_v33.cpp298 Asharp_GetProcResult_V33(pAsharpCtx, &pAsharpProcResParams->stAsharpProcResult); in processing()