Searched refs:AsharpResult_t (Results 1 – 8 of 8) sorted by relevance
14 AsharpResult_t AsharpStart(AsharpContext_t *pAsharpCtx);16 AsharpResult_t AsharpStop(AsharpContext_t *pAsharpCtx);18 AsharpResult_t AsharpIQParaUpdate(AsharpContext_t *pAsharpCtx);20 AsharpResult_t AsharpInit(AsharpContext_t **ppAsharpCtx, CamCalibDbContext_t *pCalibDb);22 AsharpResult_t AsharpRelease(AsharpContext_t *pAsharpCtx);24 AsharpResult_t AsharpPrepare(AsharpContext_t *pAsharpCtx, AsharpConfig_t* pAsharpConfig);26 AsharpResult_t AsharpReConfig(AsharpContext_t *pAsharpCtx, AsharpConfig_t* pAsharpConfig);28 AsharpResult_t AsharpPreProcess(AsharpContext_t *pAsharpCtx);30 AsharpResult_t AsharpProcess(AsharpContext_t *pAsharpCtx, AsharpExpInfo_t *pExpInfo);32 AsharpResult_t AsharpGetProcResult(AsharpContext_t *pAsharpCtx, AsharpProcResult_t* pAsharpResult);[all …]
19 AsharpResult_t sharp_get_mode_cell_idx_by_name_v1(CalibDb_Sharp_2_t *pCalibdb, char *name, int *mod…21 AsharpResult_t sharp_get_setting_idx_by_name_v1(CalibDb_Sharp_2_t *pCalibdb, char *name, int mode_i…23 AsharpResult_t sharp_config_setting_param_v1(RKAsharp_Sharp_HW_Params_t *pParams, CalibDb_Sharp_2_t…25 AsharpResult_t init_sharp_params_v1(RKAsharp_Sharp_HW_Params_t *pParams, CalibDb_Sharp_2_t *pCalibd…27 AsharpResult_t select_rk_sharpen_hw_params_by_ISO(RKAsharp_Sharp_HW_Params_t *strksharpenParams, RK…29 AsharpResult_t select_rk_sharpen_hw_v2_params_by_ISO(RKAsharp_Sharp_HW_V2_Params_t *strksharpenPara…31 AsharpResult_t select_rk_sharpen_hw_v3_params_by_ISO (RKAsharp_Sharp_HW_V3_Params_t *strksharpenPar…35 AsharpResult_t rk_Sharp_V1_fix_transfer(RKAsharp_Sharp_HW_Params_Select_t *pSharpV1, RKAsharp_Sharp…37 AsharpResult_t rk_Sharp_fix_transfer(RKAsharp_Sharp_Params_Select_t* sharp, RKAsharp_Sharp_Fix_t* p…39 AsharpResult_t sharp_config_setting_param_v1_json(RKAsharp_Sharp_HW_Params_t *pParams, CalibDbV2_Sh…[all …]
18 AsharpResult_t edgefilter_get_mode_cell_idx_by_name(CalibDb_EdgeFilter_2_t *pCalibdb, char *name, i…20 AsharpResult_t edgefilter_get_setting_idx_by_name(CalibDb_EdgeFilter_2_t *pCalibdb, char *name, int…22 AsharpResult_t edgefilter_config_setting_param(RKAsharp_EdgeFilter_Params_t *pParams, CalibDb_EdgeF…24 AsharpResult_t init_edgefilter_params(RKAsharp_EdgeFilter_Params_t *pParams, CalibDb_EdgeFilter_2_t…26 AsharpResult_t select_edgefilter_params_by_ISO(RKAsharp_EdgeFilter_Params_t *strkedgefilterParams, …28 AsharpResult_t edgefilter_fix_transfer(RKAsharp_EdgeFilter_Params_Select_t* edgeflt, RKAsharp_Edgef…30 AsharpResult_t edgefilter_get_setting_idx_by_name_json(CalibDbV2_Edgefilter_t *pCalibdb, char *name…32 AsharpResult_t init_edgefilter_params_json(RKAsharp_EdgeFilter_Params_t *pParams, CalibDbV2_Edgefil…34 AsharpResult_t edgefilter_config_setting_param_json(RKAsharp_EdgeFilter_Params_t *pParams, CalibDbV…36 AsharpResult_t edgefilter_calibdbV2_assign(CalibDbV2_Edgefilter_t *pDst, CalibDbV2_Edgefilter_t *pS…[all …]
7 AsharpResult_t AsharpStart(AsharpContext_t *pAsharpCtx) in AsharpStart()28 AsharpResult_t AsharpStop(AsharpContext_t *pAsharpCtx) in AsharpStop()48 AsharpResult_t AsharpIQParaUpdate(AsharpContext_t *pAsharpCtx) in AsharpIQParaUpdate()68 AsharpResult_t AsharpInit(AsharpContext_t **ppAsharpCtx, CamCalibDbContext_t *pCalibDb) in AsharpInit()135 AsharpResult_t AsharpInit_json(AsharpContext_t **ppAsharpCtx, CamCalibDbV2Context_t *pCalibDbV2) in AsharpInit_json()208 AsharpResult_t AsharpRelease(AsharpContext_t *pAsharpCtx) in AsharpRelease()211 AsharpResult_t result = ASHARP_RET_SUCCESS; in AsharpRelease()241 AsharpResult_t AsharpPrepare(AsharpContext_t *pAsharpCtx, AsharpConfig_t* pAsharpConfig) in AsharpPrepare()268 AsharpResult_t AsharpReConfig(AsharpContext_t *pAsharpCtx, AsharpConfig_t* pAsharpConfig) in AsharpReConfig()279 AsharpResult_t AsharpPreProcess(AsharpContext_t *pAsharpCtx) in AsharpPreProcess()[all …]
15 AsharpResult_t edgefilter_get_mode_cell_idx_by_name(CalibDb_EdgeFilter_2_t *pCalibdb, char *name, i… in edgefilter_get_mode_cell_idx_by_name()18 AsharpResult_t res = ASHARP_RET_SUCCESS; in edgefilter_get_mode_cell_idx_by_name()59 AsharpResult_t edgefilter_get_setting_idx_by_name(CalibDb_EdgeFilter_2_t *pCalibdb, char *name, int… in edgefilter_get_setting_idx_by_name()62 AsharpResult_t res = ASHARP_RET_SUCCESS; in edgefilter_get_setting_idx_by_name()98 AsharpResult_t edgefilter_config_setting_param(RKAsharp_EdgeFilter_Params_t *pParams, CalibDb_EdgeF… in edgefilter_config_setting_param()100 AsharpResult_t res = ASHARP_RET_SUCCESS; in edgefilter_config_setting_param()129 AsharpResult_t init_edgefilter_params(RKAsharp_EdgeFilter_Params_t *pParams, CalibDb_EdgeFilter_2_t… in init_edgefilter_params()131 AsharpResult_t res = ASHARP_RET_SUCCESS; in init_edgefilter_params()291 AsharpResult_t edgefilter_get_setting_idx_by_name_json(CalibDbV2_Edgefilter_t *pCalibdb, char *name… in edgefilter_get_setting_idx_by_name_json()294 AsharpResult_t res = ASHARP_RET_SUCCESS; in edgefilter_get_setting_idx_by_name_json()[all …]
41 AsharpResult_t ret = AsharpInit_json(&pAsharpCtx, cfg->calibv2); in create_context()43 AsharpResult_t ret = AsharpInit(&pAsharpCtx, cfg->calib); in create_context()67 AsharpResult_t ret = AsharpRelease(pAsharpCtx); in destroy_context()107 AsharpResult_t ret = AsharpPrepare(pAsharpCtx, &pCfgParam->stAsharpConfig); in prepare()136 AsharpResult_t ret = AsharpPreProcess(pAsharpCtx); in pre_process()238 AsharpResult_t ret = AsharpProcess(pAsharpCtx, &stExpInfo); in processing()
18 AsharpResult_t sharp_get_mode_cell_idx_by_name_v1(CalibDb_Sharp_2_t *pCalibdb, char *name, int *mod… in sharp_get_mode_cell_idx_by_name_v1()21 AsharpResult_t res = ASHARP_RET_SUCCESS; in sharp_get_mode_cell_idx_by_name_v1()62 AsharpResult_t sharp_get_setting_idx_by_name_v1(CalibDb_Sharp_2_t *pCalibdb, char *name, int mode_i… in sharp_get_setting_idx_by_name_v1()65 AsharpResult_t res = ASHARP_RET_SUCCESS; in sharp_get_setting_idx_by_name_v1()101 AsharpResult_t sharp_config_setting_param_v1(RKAsharp_Sharp_HW_Params_t *pParams, CalibDb_Sharp_2_t… in sharp_config_setting_param_v1()103 AsharpResult_t res = ASHARP_RET_SUCCESS; in sharp_config_setting_param_v1()134 AsharpResult_t init_sharp_params_v1(RKAsharp_Sharp_HW_Params_t *pParams, CalibDb_Sharp_2_t *pCalibd… in init_sharp_params_v1()136 AsharpResult_t res = ASHARP_RET_SUCCESS; in init_sharp_params_v1()450 AsharpResult_t sharp_get_setting_idx_by_name_v1_json(CalibDbV2_SharpV1_t *pCalibdb, char *name, in… in sharp_get_setting_idx_by_name_v1_json()453 AsharpResult_t res = ASHARP_RET_SUCCESS; in sharp_get_setting_idx_by_name_v1_json()[all …]
312 } AsharpResult_t; typedef