Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/omap3isp/
Disph3a_aewb.c53 win1 |= (conf->hor_win_count - 1) << ISPH3A_AEWWIN1_WINHC_SHIFT; in h3a_aewb_setup_regs()
103 u32 win_count = (conf->ver_win_count + 1) * conf->hor_win_count; in h3a_aewb_get_buf_size()
138 if (unlikely(user_cfg->hor_win_count < OMAP3ISP_AEWB_MIN_WINHC || in h3a_aewb_validate_params()
139 user_cfg->hor_win_count > OMAP3ISP_AEWB_MAX_WINHC)) in h3a_aewb_validate_params()
208 if (cur_cfg->hor_win_count != user_cfg->hor_win_count) { in h3a_aewb_set_params()
209 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()
/linux-4.4.14/include/uapi/linux/
Domap3isp.h148 __u16 hor_win_count; member