Searched refs:set_lgmax (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/ |
| H A D | rk_aiq_atmo_algo.cpp | 860 unsigned short GetSetLgAvgMax(AtmoHandle_t pAtmoCtx, float set_lgmin, float set_lgmax) in GetSetLgAvgMax() argument 869 value = WeightKey * set_lgmax + (1 - WeightKey) * set_lgmean; in GetSetLgAvgMax() 873 …ean:%f lgrange1:%f value:%f returnValue:%d\n", __FUNCTION__, set_lgmin, set_lgmax, set_lgmean, lgr… in GetSetLgAvgMax() 882 unsigned short GetSetLgRange0(AtmoHandle_t pAtmoCtx, float set_lgmin, float set_lgmax) in GetSetLgRange0() argument 891 value = set_lgmin * (1 - clipratio0) + set_lgmax * clipratio0; in GetSetLgRange0() 895 …io0:%f clipgap0:%f value:%f returnValue:%d\n", __FUNCTION__, set_lgmin, set_lgmax, clipratio0, cli… in GetSetLgRange0() 904 unsigned short GetSetLgRange1(AtmoHandle_t pAtmoCtx, float set_lgmin, float set_lgmax) in GetSetLgRange1() argument 912 value = set_lgmin * (1 - clipratio1) + set_lgmax * clipratio1; in GetSetLgRange1() 913 value = MAX(value, (set_lgmax - clipgap1)); in GetSetLgRange1() 916 …io1:%f clipgap1:%f value:%f returnValue:%d\n", __FUNCTION__, set_lgmin, set_lgmax, clipratio1, cli… in GetSetLgRange1() [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rk-isp2-config.h | 874 __u16 set_lgmax; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/ |
| H A D | rkisp2-config.h | 886 u16 set_lgmax; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | Isp20Params.cpp | 1232 isp_cfg.others.hdrtmo_cfg.set_lgmax = atmo_data.Res.sw_hdrtmo_set_lgmax; in convertAiqTmoToIsp20Params() 1278 …OGE_CAMHW_SUBM(ISP20PARAM_SUBM, "%d: set_lgmax %d", __LINE__, isp_cfg.others.hdrtmo_cfg.set_lgmax); in convertAiqTmoToIsp20Params()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | isp_params_v2x.c | 3142 value = ISP2X_PACK_2SHORT(arg->set_lgmin, arg->set_lgmax); in isp_hdrtmo_config()
|