Searched refs:Asharp_Context_V3_t (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp3/ |
| H A D | rk_aiq_asharp_algo_v3.h | 15 Asharp3_result_t Asharp_Start_V3(Asharp_Context_V3_t *pAsharpCtx); 17 Asharp3_result_t Asharp_Stop_V3(Asharp_Context_V3_t *pAsharpCtx); 20 Asharp3_result_t Asharp_Init_V3(Asharp_Context_V3_t **ppAsharpCtx, void *pCalibDb); 23 Asharp3_result_t Asharp_Release_V3(Asharp_Context_V3_t *pAsharpCtx); 26 Asharp3_result_t Asharp_Prepare_V3(Asharp_Context_V3_t *pAsharpCtx, Asharp_Config_V3_t* pANRConfig); 29 Asharp3_result_t Asharp_ReConfig_V3(Asharp_Context_V3_t *pAsharpCtx, Asharp_Config_V3_t* pANRConfig… 31 Asharp3_result_t Asharp_IQParaUpdate_V3(Asharp_Context_V3_t *pAsharpCtx); 34 Asharp3_result_t Asharp_PreProcess_V3(Asharp_Context_V3_t *pAsharpCtx); 37 Asharp3_result_t Asharp_Process_V3(Asharp_Context_V3_t *pAsharpCtx, Asharp3_ExpInfo_t *pExpInfo); 40 Asharp3_result_t Asharp_GetProcResult_V3(Asharp_Context_V3_t *pAsharpCtx, Asharp_ProcResult_V3_t* p… [all …]
|
| H A D | rk_aiq_asharp_algo_v3.cpp | 8 Asharp3_result_t Asharp_Start_V3(Asharp_Context_V3_t *pAsharpCtx) in Asharp_Start_V3() 29 Asharp3_result_t Asharp_Stop_V3(Asharp_Context_V3_t *pAsharpCtx) in Asharp_Stop_V3() 50 Asharp3_result_t Asharp_Init_V3(Asharp_Context_V3_t **ppAsharpCtx, void *pCalibDb) in Asharp_Init_V3() 52 Asharp_Context_V3_t * pAsharpCtx; in Asharp_Init_V3() 56 pAsharpCtx = (Asharp_Context_V3_t *)malloc(sizeof(Asharp_Context_V3_t)); in Asharp_Init_V3() 62 memset(pAsharpCtx, 0x00, sizeof(Asharp_Context_V3_t)); in Asharp_Init_V3() 108 Asharp3_result_t Asharp_Release_V3(Asharp_Context_V3_t *pAsharpCtx) in Asharp_Release_V3() 129 memset(pAsharpCtx, 0x00, sizeof(Asharp_Context_V3_t)); in Asharp_Release_V3() 137 Asharp3_result_t Asharp_Prepare_V3(Asharp_Context_V3_t *pAsharpCtx, Asharp_Config_V3_t* pAsharpConf… in Asharp_Prepare_V3() 164 Asharp3_result_t Asharp_ReConfig_V3(Asharp_Context_V3_t *pAsharpCtx, Asharp_Config_V3_t* pAsharpCon… in Asharp_ReConfig_V3() [all …]
|
| H A D | rk_aiq_uapi_asharp_int_v3.cpp | 12 Asharp_Context_V3_t* pAsharpCtx = (Asharp_Context_V3_t*)ctx; in rk_aiq_uapi_asharpV3_SetAttrib() 27 Asharp_Context_V3_t* pAsharpCtx = (Asharp_Context_V3_t*)ctx; in rk_aiq_uapi_asharpV3_GetAttrib() 41 Asharp_Context_V3_t* pAsharpCtx = (Asharp_Context_V3_t*)ctx; in rk_aiq_uapi_asharpV3_SetStrength() 65 Asharp_Context_V3_t* pAsharpCtx = (Asharp_Context_V3_t*)ctx; in rk_aiq_uapi_asharpV3_GetStrength()
|
| H A D | rk_aiq_asharp_algo_itf_v3.cpp | 28 Asharp_Context_V3_t AsharpCtx; 40 Asharp_Context_V3_t* pAsharpCtx = NULL; in create_context() 67 Asharp_Context_V3_t* pAsharpCtx = (Asharp_Context_V3_t*)context; in destroy_context() 86 Asharp_Context_V3_t* pAsharpCtx = (Asharp_Context_V3_t *)params->ctx; in prepare() 120 Asharp_Context_V3_t* pAsharpCtx = (Asharp_Context_V3_t *)inparams->ctx; in pre_process() 156 Asharp_Context_V3_t* pAsharpCtx = (Asharp_Context_V3_t *)inparams->ctx; in processing()
|
| H A D | rk_aiq_types_asharp_algo_prvt_v3.h | 56 } Asharp_Context_V3_t; typedef
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/asharp3/ |
| H A D | rk_aiq_types_camgroup_asharp_prvt_v3.h | 42 Asharp_Context_V3_t* asharp_contex_v3;
|
| H A D | rk_aiq_algo_camgroup_asharp_itf_v3.cpp | 118 Asharp_Context_V3_t * asharp_contex_v3 = asharp_group_contex->asharp_contex_v3; in groupAsharpV3Prepare() 224 Asharp_Context_V3_t * asharp_contex_v3 = asharp_group_contex->asharp_contex_v3; in groupAsharpV3Processing()
|