Searched refs:cfa (Results 1 – 3 of 3) sorted by relevance
76 cnt = conf->cfa << ISPHIST_CNT_CFA_SHIFT; in hist_setup_regs()81 if (conf->cfa == OMAP3ISP_HIST_CFA_BAYER) in hist_setup_regs()310 if (user_cfg->cfa > OMAP3ISP_HIST_CFA_FOVEONX3) in hist_validate_params()366 if (cur_cfg->cfa != user_cfg->cfa) in hist_comp_params()376 if (c == 3 && user_cfg->cfa == OMAP3ISP_HIST_CFA_FOVEONX3) in hist_comp_params()
243 const struct omap3isp_prev_cfa *cfa = ¶ms->cfa; in preview_config_cfa() local249 (cfa->gradthrs_vert << ISPPRV_CFA_GRADTH_VER_SHIFT) | in preview_config_cfa()250 (cfa->gradthrs_horz << ISPPRV_CFA_GRADTH_HOR_SHIFT), in preview_config_cfa()257 const __u32 *block = cfa->table[order[i]]; in preview_config_cfa()770 offsetof(struct prev_params, cfa),771 FIELD_SIZEOF(struct prev_params, cfa),772 offsetof(struct omap3isp_prev_update_config, cfa),1315 params->cfa.format = OMAP3ISP_CFAFMT_BAYER; in preview_init_params()1316 memcpy(params->cfa.table, cfa_coef_table, in preview_init_params()1317 sizeof(params->cfa.table)); in preview_init_params()[all …]
81 struct omap3isp_prev_cfa cfa; member