Home
last modified time | relevance | path

Searched refs:ProcRes (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adehaze/
H A Drk_aiq_adehaze_algo_v10.cpp68 void GetDehazeParams(CalibDbV2_dehaze_v10_t* pCalib, RkAiqAdehazeProcResult_t* ProcRes, in GetDehazeParams() argument
172 ProcRes->ProcResV10.dc_min_th = int(dc_min_th); // 0~255, (8bit) dc_min_th in GetDehazeParams()
173 ProcRes->ProcResV10.dc_max_th = int(dc_max_th); // 0~255, (8bit) dc_max_th in GetDehazeParams()
174 ProcRes->ProcResV10.yhist_th = int(yhist_th); // 0~255, (8bit) yhist_th in GetDehazeParams()
175 ProcRes->ProcResV10.yblk_th = int(yblk_th * ((rawWidth + 15) / 16) * in GetDehazeParams()
177 ProcRes->ProcResV10.dark_th = int(dark_th); // 0~255, (8bit) dark_th in GetDehazeParams()
178 ProcRes->ProcResV10.bright_min = int(bright_min); // 0~255, (8bit) bright_min in GetDehazeParams()
179 ProcRes->ProcResV10.bright_max = int(bright_max); // 0~255, (8bit) bright_max in GetDehazeParams()
181 ProcRes->ProcResV10.wt_max = int(wt_max * 256); // 0~255, (9bit) wt_max in GetDehazeParams()
182 ProcRes->ProcResV10.air_min = int(air_min); // 0~255, (8bit) air_min in GetDehazeParams()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/ablc/
H A Drk_aiq_ablc_algo.cpp212 pAblcCtx->ProcRes.enable = pAblcCtx->stBlc0Select.enable; in AblcProcess()
213 pAblcCtx->ProcRes.blc_r = (uint16_t)(pAblcCtx->stBlc0Select.blc_r + 0.5); in AblcProcess()
214 pAblcCtx->ProcRes.blc_gr = (uint16_t)(pAblcCtx->stBlc0Select.blc_gr + 0.5); in AblcProcess()
215 pAblcCtx->ProcRes.blc_gb = (uint16_t)(pAblcCtx->stBlc0Select.blc_gb + 0.5); in AblcProcess()
216 pAblcCtx->ProcRes.blc_b = (uint16_t)(pAblcCtx->stBlc0Select.blc_b + 0.5); in AblcProcess()
225 pAblcCtx->ProcRes.blc1_enable = pAblcCtx->stBlc1Select.enable; in AblcProcess()
226 pAblcCtx->ProcRes.blc1_r = pAblcCtx->stBlc1Select.blc_r; in AblcProcess()
227 pAblcCtx->ProcRes.blc1_gr = pAblcCtx->stBlc1Select.blc_gr; in AblcProcess()
228 pAblcCtx->ProcRes.blc1_gb = pAblcCtx->stBlc1Select.blc_gb; in AblcProcess()
229 pAblcCtx->ProcRes.blc1_b = pAblcCtx->stBlc1Select.blc_b; in AblcProcess()
[all …]
H A Drk_aiq_uapi_ablc_int.cpp46 AblcProc_t *ProcRes) in rk_aiq_uapi_ablc_GetProc() argument
51 *ProcRes = pAblcCtx->ProcRes; in rk_aiq_uapi_ablc_GetProc()
H A Drk_aiq_types_ablc_algo_prvt.h38 AblcProc_t ProcRes; member
H A Drk_aiq_algo_ablc_itf.cpp220 memcpy(pAblcProcResParams->ablc_proc_res, &pAblcCtx->ProcRes, sizeof(AblcProc_t)); in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_atmo_algo.cpp379 pAtmoCtx->ProcRes.isLinearTmo = pAtmoCtx->FrameNumber == LINEAR_NUM ; in AtmoApiSetLevel()
863 float WeightKey = pAtmoCtx->ProcRes.Res.sw_hdrtmo_set_weightkey / 256.0; in GetSetLgAvgMax()
865 float set_lgmean = pAtmoCtx->ProcRes.Res.sw_hdrtmo_set_lgmean / 2048.0; in GetSetLgAvgMax()
866 float lgrange1 = pAtmoCtx->ProcRes.Res.sw_hdrtmo_set_lgrange1 / 2048.0; in GetSetLgAvgMax()
886 float clipratio0 = (float)(pAtmoCtx->ProcRes.Res.sw_hdrtmo_clipratio0) / 256.0; in GetSetLgRange0()
887 float clipgap0 = pAtmoCtx->ProcRes.Res.sw_hdrtmo_clipgap0 / 4.0; in GetSetLgRange0()
908 float clipratio1 = pAtmoCtx->ProcRes.Res.sw_hdrtmo_clipratio1 / 256.0; in GetSetLgRange1()
909 float clipgap1 = pAtmoCtx->ProcRes.Res.sw_hdrtmo_clipgap1 / 4.0; in GetSetLgRange1()
931 float set_lgmean = pAtmoCtx->ProcRes.Res.sw_hdrtmo_set_lgmean / 2048.0; in GetSetPalhpa()
932 float palpha_0p18 = pAtmoCtx->ProcRes.Res.sw_hdrtmo_palpha_0p18 / 1024.0; in GetSetPalhpa()
[all …]
H A Drk_aiq_algo_atmo_itf.cpp199 pAtmoCtx->ProcRes.LongFrameMode = pAtmoCtx->SensorInfo.LongFrmMode; in AtmoProcess()
200 AtmoProcResParams->AtmoProcRes.LongFrameMode = pAtmoCtx->ProcRes.LongFrameMode; in AtmoProcess()
201 AtmoProcResParams->AtmoProcRes.isHdrGlobalTmo = pAtmoCtx->ProcRes.isHdrGlobalTmo; in AtmoProcess()
202 AtmoProcResParams->AtmoProcRes.bTmoEn = pAtmoCtx->ProcRes.bTmoEn; in AtmoProcess()
203 AtmoProcResParams->AtmoProcRes.isLinearTmo = pAtmoCtx->ProcRes.isLinearTmo; in AtmoProcess()
204 memcpy(&AtmoProcResParams->AtmoProcRes.Res, &pAtmoCtx->ProcRes.Res, sizeof(TmoProcRes_t)); in AtmoProcess()
205 …memcpy(&AtmoProcResParams->AtmoProcRes.TmoFlicker, &pAtmoCtx->ProcRes.TmoFlicker, sizeof(TmoFlicke… in AtmoProcess()
H A Drk_aiq_types_atmo_algo_prvt.h208 AtmoProcResData_t ProcRes; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/ablcV32/
H A Drk_aiq_uapi_ablc_int_v32.cpp55 XCamReturn rk_aiq_uapi_ablc_V32_GetProc(const RkAiqAlgoContext* ctx, AblcProc_V32_t* ProcRes) { in rk_aiq_uapi_ablc_V32_GetProc() argument
59 Ablc_GetProcResult_V32(pAblcCtx, ProcRes); in rk_aiq_uapi_ablc_V32_GetProc()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAblcHandle.cpp22 AblcProc_t *ProcRes);
123 XCamReturn RkAiqAblcHandleInt::getProcRes(AblcProc_t *ProcRes) { in getProcRes() argument
128 rk_aiq_uapi_ablc_GetProc(mAlgoCtx, ProcRes); in getProcRes()
H A DRkAiqAblcHandle.h50 XCamReturn getProcRes(AblcProc_t* ProcRes);
H A DRkAiqAblcV32Handle.h50 XCamReturn getProcRes(AblcProc_V32_t* ProcRes);
H A DRkAiqAblcV32Handle.cpp118 XCamReturn RkAiqAblcV32HandleInt::getProcRes(AblcProc_V32_t* ProcRes) { in getProcRes() argument
123 rk_aiq_uapi_ablc_V32_GetProc(mAlgoCtx, ProcRes); in getProcRes()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/ablcV32/
H A Drk_aiq_uapi_ablc_int_v32.h35 XCamReturn rk_aiq_uapi_ablc_V32_GetProc(const RkAiqAlgoContext* ctx, AblcProc_V32_t* ProcRes);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/misc/
H A Drk_aiq_algo_camgroup_ablc_itf.cpp188 procResParaGroup->camgroupParmasArray[i]->ablc._blcConfig->v0 = pAblcCtx->ProcRes; in processing()