Home
last modified time | relevance | path

Searched refs:nobig_en (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Dparams_v10.c178 u8 big_en, nobig_en, sd32_self_en = 0; in nr_config() local
300 nobig_en = arg->uvnr_nobig_en & 0x01; in nr_config()
303 nobig_en = 0; in nr_config()
310 nobig_en << 5 | big_en << 6; in nr_config()
320 u8 big_en, nobig_en; in nr_enable() local
324 nobig_en = arg->uvnr_nobig_en & 0x01; in nr_enable()
327 nobig_en = 0; in nr_enable()
331 arg->nr_gain_en << 3 | nobig_en << 5 | big_en << 6; in nr_enable()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/adehaze/
H A Drk_aiq_types_adehaze_hw.h41 int nobig_en; member
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c3123 u8 big_en, nobig_en; in isp_hdrtmo_config() local
3157 nobig_en = arg->nobig_en & 0x01; in isp_hdrtmo_config()
3160 nobig_en = 0; in isp_hdrtmo_config()
3169 (nobig_en & 0x01) << 4 | in isp_hdrtmo_config()
3314 u8 big_en, nobig_en; in isp_dhaz_config() local
3318 nobig_en = arg->nobig_en & 0x01; in isp_dhaz_config()
3321 nobig_en = 0; in isp_dhaz_config()
3326 if (nobig_en) in isp_dhaz_config()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp2-config.h863 __u8 nobig_en; member
1050 __u8 nobig_en; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp2-config.h875 u8 nobig_en; member
1062 u8 nobig_en; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp1224 isp_cfg.others.hdrtmo_cfg.nobig_en = atmo_data.Res.sw_hdrtmo_nobig_en; in convertAiqTmoToIsp20Params()
1270 … LOGE_CAMHW_SUBM(ISP20PARAM_SUBM, "%d: nobig_en %d", __LINE__, isp_cfg.others.hdrtmo_cfg.nobig_en); in convertAiqTmoToIsp20Params()
1485 cfg->nobig_en = dhaze.ProcResV10.nobig_en; in convertAiqAdehazeToIsp20Params()