Home
last modified time | relevance | path

Searched refs:set_lgmin (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_atmo_algo.cpp860 unsigned short GetSetLgAvgMax(AtmoHandle_t pAtmoCtx, float set_lgmin, float set_lgmax) in GetSetLgAvgMax() argument
873 …:%f set_lgmean:%f lgrange1:%f value:%f returnValue:%d\n", __FUNCTION__, set_lgmin, set_lgmax, set_… 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()
892 value = MIN(value, (set_lgmin + clipgap0)); in GetSetLgRange0()
895 …:%f clipratio0:%f clipgap0:%f value:%f returnValue:%d\n", __FUNCTION__, set_lgmin, set_lgmax, clip… 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()
916 …:%f clipratio1:%f clipgap1:%f value:%f returnValue:%d\n", __FUNCTION__, set_lgmin, set_lgmax, clip… in GetSetLgRange1()
925 unsigned short GetSetPalhpa(AtmoHandle_t pAtmoCtx, float set_lgmin, float set_lgmax) in GetSetPalhpa() argument
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp2-config.h875 __u16 set_lgmin; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp2-config.h887 u16 set_lgmin; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp1233 isp_cfg.others.hdrtmo_cfg.set_lgmin = atmo_data.Res.sw_hdrtmo_set_lgmin; in convertAiqTmoToIsp20Params()
1279 …OGE_CAMHW_SUBM(ISP20PARAM_SUBM, "%d: set_lgmin %d", __LINE__, isp_cfg.others.hdrtmo_cfg.set_lgmin); in convertAiqTmoToIsp20Params()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c3142 value = ISP2X_PACK_2SHORT(arg->set_lgmin, arg->set_lgmax); in isp_hdrtmo_config()