Searched refs:ProcResV11 (Results 1 – 3 of 3) sorted by relevance
64 pProcRes->ProcResV11.air_lc_en = in stManuGetDehazeParamsV11()66 pProcRes->ProcResV11.dc_min_th = in stManuGetDehazeParamsV11()68 pProcRes->ProcResV11.dc_max_th = in stManuGetDehazeParamsV11()70 pProcRes->ProcResV11.yhist_th = ClipValueV11(pStManu->dehaze_setting.DehazeData.yhist_th, 8, 0); in stManuGetDehazeParamsV11()71 pProcRes->ProcResV11.yblk_th = int(pStManu->dehaze_setting.DehazeData.yblk_th * in stManuGetDehazeParamsV11()73 pProcRes->ProcResV11.dark_th = ClipValueV11(pStManu->dehaze_setting.DehazeData.dark_th, 8, 0); in stManuGetDehazeParamsV11()74 pProcRes->ProcResV11.bright_min = in stManuGetDehazeParamsV11()76 pProcRes->ProcResV11.bright_max = in stManuGetDehazeParamsV11()78 pProcRes->ProcResV11.wt_max = ClipValueV11(pStManu->dehaze_setting.DehazeData.wt_max, 0, 8); in stManuGetDehazeParamsV11()79 pProcRes->ProcResV11.air_min = ClipValueV11(pStManu->dehaze_setting.DehazeData.air_min, 8, 0); in stManuGetDehazeParamsV11()[all …]
192 cfg->enhance_en = dhaze.ProcResV11.enhance_en; in convertAiqAdehazeToIsp21Params()193 cfg->air_lc_en = dhaze.ProcResV11.air_lc_en; in convertAiqAdehazeToIsp21Params()194 cfg->hpara_en = dhaze.ProcResV11.hpara_en; in convertAiqAdehazeToIsp21Params()195 cfg->hist_en = dhaze.ProcResV11.hist_en; in convertAiqAdehazeToIsp21Params()196 cfg->dc_en = dhaze.ProcResV11.dc_en; in convertAiqAdehazeToIsp21Params()197 cfg->yblk_th = dhaze.ProcResV11.yblk_th; in convertAiqAdehazeToIsp21Params()198 cfg->yhist_th = dhaze.ProcResV11.yhist_th; in convertAiqAdehazeToIsp21Params()199 cfg->dc_max_th = dhaze.ProcResV11.dc_max_th; in convertAiqAdehazeToIsp21Params()200 cfg->dc_min_th = dhaze.ProcResV11.dc_min_th; in convertAiqAdehazeToIsp21Params()201 cfg->wt_max = dhaze.ProcResV11.wt_max; in convertAiqAdehazeToIsp21Params()[all …]
259 AdehazeV11ProcResult_t ProcResV11; member