Searched defs:cfa (Results 1 - 2 of 2) sorted by relevance

/drivers/media/video/omap3isp/
H A Disppreview.h92 * @cfa: CFA coefficients.
109 struct omap3isp_prev_cfa cfa; member in struct:prev_params
132 * @cfa: Pointer to color filter array configuration.
141 struct omap3isp_prev_cfa *cfa; member in struct:isptables_update
H A Disppreview.c320 const struct omap3isp_prev_cfa *cfa = prev_cfa; local
325 cfa->format << ISPPRV_PCR_CFAFMT_SHIFT);
328 (cfa->gradthrs_vert << ISPPRV_CFA_GRADTH_VER_SHIFT) |
329 (cfa->gradthrs_horz << ISPPRV_CFA_GRADTH_HOR_SHIFT),
336 isp_reg_writel(isp, cfa->table[i],
823 *param = &params->cfa;
824 CHKARG(configs, config, cfa)
825 return sizeof(params->cfa);
1005 if (prev->params.cfa.format == OMAP3ISP_CFAFMT_BAYER)
1009 else if (prev->params.cfa
[all...]

Completed in 194 milliseconds