Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Disph3a_af.c50 pax1 |= (conf->paxel.height >> 1) - 1; in h3a_af_setup_regs()
59 pax2 |= (conf->paxel.h_cnt - 1); in h3a_af_setup_regs()
66 paxstart |= conf->paxel.v_start; in h3a_af_setup_regs()
149 return conf->paxel.h_cnt * conf->paxel.v_cnt * OMAP3ISP_AF_PAXEL_SIZE; in h3a_af_get_buf_size()
275 if ((cur_cfg->paxel.width != user_cfg->paxel.width) || in h3a_af_set_params()
276 (cur_cfg->paxel.height != user_cfg->paxel.height) || in h3a_af_set_params()
277 (cur_cfg->paxel.h_start != user_cfg->paxel.h_start) || in h3a_af_set_params()
278 (cur_cfg->paxel.v_start != user_cfg->paxel.v_start) || in h3a_af_set_params()
279 (cur_cfg->paxel.h_cnt != user_cfg->paxel.h_cnt) || in h3a_af_set_params()
280 (cur_cfg->paxel.v_cnt != user_cfg->paxel.v_cnt) || in h3a_af_set_params()
[all …]
/openbmc/linux/include/uapi/linux/
H A Domap3isp.h313 struct omap3isp_h3a_af_paxel paxel; /* Paxel parameters */ member