Home
last modified time | relevance | path

Searched refs:hor_win_count (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Disph3a_aewb.c50 win1 |= (conf->hor_win_count - 1) << ISPH3A_AEWWIN1_WINHC_SHIFT; in h3a_aewb_setup_regs()
100 u32 win_count = (conf->ver_win_count + 1) * conf->hor_win_count; in h3a_aewb_get_buf_size()
135 if (unlikely(user_cfg->hor_win_count < OMAP3ISP_AEWB_MIN_WINHC || in h3a_aewb_validate_params()
136 user_cfg->hor_win_count > OMAP3ISP_AEWB_MAX_WINHC)) in h3a_aewb_validate_params()
205 if (cur_cfg->hor_win_count != user_cfg->hor_win_count) { in h3a_aewb_set_params()
206 cur_cfg->hor_win_count = user_cfg->hor_win_count; in h3a_aewb_set_params()
316 aewb_recover_cfg->hor_win_count = OMAP3ISP_AEWB_MIN_WINHC; in omap3isp_h3a_aewb_init()
/openbmc/linux/include/uapi/linux/
H A Domap3isp.h151 __u16 hor_win_count; member