Searched refs:paxel_cfg (Results 1 – 1 of 1) sorted by relevance
156 struct omap3isp_h3a_af_paxel *paxel_cfg = &user_cfg->paxel; in h3a_af_validate_params() local162 if (IS_OUT_OF_BOUNDS(paxel_cfg->h_cnt, in h3a_af_validate_params()168 if (IS_OUT_OF_BOUNDS(paxel_cfg->v_cnt, in h3a_af_validate_params()175 paxel_cfg->height % 2) in h3a_af_validate_params()181 paxel_cfg->width % 2) in h3a_af_validate_params()185 if (IS_OUT_OF_BOUNDS(paxel_cfg->line_inc, in h3a_af_validate_params()188 paxel_cfg->line_inc % 2) in h3a_af_validate_params()192 if ((paxel_cfg->h_start < iir_cfg->h_start) || in h3a_af_validate_params()193 IS_OUT_OF_BOUNDS(paxel_cfg->h_start, in h3a_af_validate_params()212 if ((paxel_cfg->h_cnt * paxel_cfg->v_cnt > 9) && in h3a_af_validate_params()[all …]
Completed in 4 milliseconds